janbeerden
Results
2
comments of
janbeerden
``` 10: ~/.vim/bundle/vim-chef/ftdetect/chef.vim 11: ~/.vim/bundle/vim-jquery/ftdetect/jquery.vim 12: ~/.vim/bundle/vim-ruby/ftdetect/ruby.vim ``` None of the directory structures seem to work.
Hi Doug I've managed to find a workaround by modifying the vim-ruby bundle. More specific vim-ruby/ftdetect/ruby.vim line 2. From: au BufNewFile,BufRead _.rb,_.rbw,_.gemspec set filetype=ruby To: au BufNewFile,BufRead *.rb,_.rbw,*.gemspec setfiletype=ruby With...