From 8148255ef1c416f414c3a78405eff08fe149d16e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Sep 2017 20:23:42 +0200 Subject: Add vifm support, closes #213 --- ftplugin/vifm-cmdedit.vim | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ftplugin/vifm-cmdedit.vim (limited to 'ftplugin/vifm-cmdedit.vim') diff --git a/ftplugin/vifm-cmdedit.vim b/ftplugin/vifm-cmdedit.vim new file mode 100644 index 00000000..1634371e --- /dev/null +++ b/ftplugin/vifm-cmdedit.vim @@ -0,0 +1,23 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vifm') == -1 + +" vifm command-line editing buffer filetype plugin +" Maintainer: xaizek +" Last Change: August 18, 2013 + +if exists("b:did_ftplugin") + finish +endif + +let b:did_ftplugin = 1 + +" Behave as vifm script file +runtime! ftplugin/vifm.vim + +" Use vifm script highlighting +set syntax=vifm + +call vifm#edit#Init() + +" vim: set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab cinoptions-=(0 : + +endif -- cgit v1.2.3