This commit is contained in:
Adam Stankiewicz
2016-07-30 13:18:40 +02:00
parent f42e1f477c
commit ab61d2ac8e
14 changed files with 368 additions and 537 deletions

View File

@@ -1,8 +0,0 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
setlocal suffixesadd+=.js
if (v:version < 704 || (v:version == 704 && !has('patch002'))) && exists('&regexpengine')
set re=1
end
endif