Posted By: Gavin Sinclair
Date: 2003-08-06 15:54
Summary: New release of Vim/Ruby Configuration Files, 2003-08-07
Project: Vim/Ruby Configuration Files

All users should upgrade to the 2003-08-07 release of this package. It features a much-improved indent/ruby.vim, and a standard informative header for each file.

Coming soon: matchit support for ftplugin/ruby.vim.

Latest News
Version 1.6.0 of Mxx_ru released
    Nicolay Shmakov - 2013-06-19 12:07
TZInfo v1.0.0 and TZInfo::Data v1.2013.3 Released
    Philip Ross - 2013-06-02 17:12
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28

 

Forums | Admin

Discussion Forums: new-release-of-vim.ruby-configuration-files

Start New Thread Start New Thread

 

By: Gavin Sinclair
RE: Setting the default indentation [ reply ]  
2003-08-11 23:10
Put the cofigurations you want to be "default" in your vimrc. That's ~/.vimrc on Unix, or $HOME\_vimrc, on Windows (or a few other places; see :help vimrc).

Other settings you should put in there:
filetype plugin indent on
filetype plugin on

By: Robert Berge
Setting the default indentation [ reply ]  
2003-08-11 16:14
For each new level of indentation I want to go in 4 spaces and not 8. How do I go about doing this?
I know I can do the set shiftwidth=4 in vim but I want it always to default to 4.