diff options
Diffstat (limited to 'ftplugin/i3config.vim')
-rw-r--r-- | ftplugin/i3config.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ftplugin/i3config.vim b/ftplugin/i3config.vim index 6470f448..41de3247 100644 --- a/ftplugin/i3config.vim +++ b/ftplugin/i3config.vim @@ -1,5 +1,5 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'i3') == -1 - -setlocal commentstring=#\ %s - +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'i3') != -1 + finish endif + +setlocal commentstring=#\ %s |