vim 6.2 + vim-ruby don't work

G

Guoliang Cao

Hi,

I just downloaded the latest vim 6.2 and vim-ruby snapshot 2003-10-12 and
copied ftplugin, indent, syntax to directory of vim executable. I then use
vim to open a ruby file and see syntax highlight working. Then I use "gq=g"
to format the whole file. It scrolls to the end of the file but nothing is
indented. Please let me know what I did wrong.

My .vimrc :

set autoindent number ruler tabstop=2
set nocompatible " We're running Vim, not Vi!
syntax on " Enable syntax highlighting
filetype on " Enable fieltype detection
filetype indent on " Enable filetype-specific indenting
filetype plugin on " Enable filetype-specific plugins


Thanks,
Cao
 
B

Brett H. Williams

Hi,

I just downloaded the latest vim 6.2 and vim-ruby snapshot 2003-10-12 and
copied ftplugin, indent, syntax to directory of vim executable. I then use
vim to open a ruby file and see syntax highlight working. Then I use "gq=g"
to format the whole file. It scrolls to the end of the file but nothing is
indented. Please let me know what I did wrong.

Are you using Windows? On *nix you don't put the ftplugin etc. directories
in the same directory as the vim executable... they are put somewhere like:

/usr/share/vim/vim62/compiler/ruby.vim
/usr/share/vim/vim62/ftplugin/ruby.vim
/usr/share/vim/vim62/indent/ruby.vim
/usr/share/vim/vim62/syntax/ruby.vim

whereas the vim executable is in:

/usr/bin/vim

just as an example. I don't know how vim is set up on Windows.

But anyway, I don't see any change with gq=g either... gq I always thought
was for formatting wrapped text. I use gg=G to indent a source file...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top