From: Louis J Scoras Date: 2005-10-06T05:00:17+09:00 Subject: Re: OT: Vim/Ruby Configuration Files ------=_Part_8995_9192908.1128542413311 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 10/5/05, Nikolai Weibull wrote: > Then create the file ~/.vim/ftplugin/ruby.vim and add the following in > it: If you put the changes in $HOME/.vim/after/ftplugin/ruby.vim, then they'll run after--and override--whatever is in the system wide ftplugin/ruby.vim. Just use setlocal instead of set. ------=_Part_8995_9192908.1128542413311--