bugfix for sourcing the syntastic class files

Fixes #543.

Use `runtime!` to source all runtime files - not just the first one
found. I actually dont know how syntastic was working at all without
this...
This commit is contained in:
Martin Grenfell 2013-03-28 23:00:08 +00:00
parent 6e61cbd4c6
commit 19a502d3ba

View File

@ -17,7 +17,7 @@ if exists("g:loaded_syntastic_plugin")
endif endif
let g:loaded_syntastic_plugin = 1 let g:loaded_syntastic_plugin = 1
runtime plugin/syntastic/*.vim runtime! plugin/syntastic/*.vim
let s:running_windows = has("win16") || has("win32") let s:running_windows = has("win16") || has("win32")