9 lines
225 B
VimL
9 lines
225 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
|
|
|
|
setlocal suffixesadd+=.js
|
|
if (v:version < 704 || (v:version == 704 && !has('patch002'))) && exists('®expengine')
|
|
set re=1
|
|
end
|
|
|
|
endif
|