mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -05:00
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, '%%PACK%%') != -1
|
|
finish
|
|
endif
|
|
|
|
%%CONTENT%%
|