5 lines
95 B
VimL
5 lines
95 B
VimL
|
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'reason') != -1
|
||
|
finish
|
||
|
endif
|
||
|
|