diff options
Diffstat (limited to '')
-rw-r--r-- | ftplugin/slim.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/slim.vim b/ftplugin/slim.vim index ff430c50..9051e454 100644 --- a/ftplugin/slim.vim +++ b/ftplugin/slim.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'slim') == -1 + if exists("b:did_ftplugin") finish endif @@ -24,4 +25,5 @@ let b:undo_ftplugin = "setl isk<" . " | " . s:undo_ftplugin setlocal iskeyword+=- setlocal commentstring=/%s + endif |