diff options
Diffstat (limited to '')
-rw-r--r-- | ftplugin/vifm-cmdedit.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/vifm-cmdedit.vim b/ftplugin/vifm-cmdedit.vim index 2b3c926b..42487b34 100644 --- a/ftplugin/vifm-cmdedit.vim +++ b/ftplugin/vifm-cmdedit.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vifm') == -1 + " vifm command-line editing buffer filetype plugin " Maintainer: xaizek <xaizek@posteo.net> " Last Change: August 18, 2013 @@ -18,4 +19,5 @@ set syntax=vifm call vifm#edit#Init() " vim: set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab cinoptions-=(0 : + endif |