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:
parent
6e61cbd4c6
commit
19a502d3ba
@ -17,7 +17,7 @@ if exists("g:loaded_syntastic_plugin")
|
||||
endif
|
||||
let g:loaded_syntastic_plugin = 1
|
||||
|
||||
runtime plugin/syntastic/*.vim
|
||||
runtime! plugin/syntastic/*.vim
|
||||
|
||||
let s:running_windows = has("win16") || has("win32")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user