28 Dec
2006
28 Dec
'06
11:47 p.m.
On 12/28/06, cormullion@mac.com wrote:
How does it find the .vim language syntax file for - say - Ruby?
When you start vim and say "set syntax=ruby", vim should find the syntax file automatically. For example under: /usr/share/vim/vimXX/syntax/ruby.vim c:/programs/vim/vimXX/syntax/ruby.vim depending on your vim runtime environment. :help VIMRUNTIME Mojca