From d0597921f6ee9b2bdfd7e0581df2bd7d59f5dfc9 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 14 Nov 2013 11:28:27 +0600 Subject: Remove unused vim plugins. --- files/.vim/ftplugin/html_snip_helper.vim | 10 ---------- files/.vim/ftplugin/python.vim | 4 ---- files/.vim/ftplugin/worklist.vim | 5 ----- 3 files changed, 19 deletions(-) delete mode 100644 files/.vim/ftplugin/html_snip_helper.vim delete mode 100644 files/.vim/ftplugin/python.vim delete mode 100644 files/.vim/ftplugin/worklist.vim (limited to 'files/.vim/ftplugin') diff --git a/files/.vim/ftplugin/html_snip_helper.vim b/files/.vim/ftplugin/html_snip_helper.vim deleted file mode 100644 index 2e54570..0000000 --- a/files/.vim/ftplugin/html_snip_helper.vim +++ /dev/null @@ -1,10 +0,0 @@ -" Helper function for (x)html snippets -if exists('s:did_snip_helper') || &cp || !exists('loaded_snips') - finish -endif -let s:did_snip_helper = 1 - -" Automatically closes tag if in xhtml -fun! Close() - return stridx(&ft, 'xhtml') == -1 ? '' : ' /' -endf diff --git a/files/.vim/ftplugin/python.vim b/files/.vim/ftplugin/python.vim deleted file mode 100644 index 1bd39d7..0000000 --- a/files/.vim/ftplugin/python.vim +++ /dev/null @@ -1,4 +0,0 @@ -setlocal tags+=$HOME/.vim/tags/python.ctags -" Tag list settings -let g:Tlist_Show_One_File = 1 -let g:Tlist_GainFocus_On_ToggleOpen = 1 diff --git a/files/.vim/ftplugin/worklist.vim b/files/.vim/ftplugin/worklist.vim deleted file mode 100644 index 41c35ad..0000000 --- a/files/.vim/ftplugin/worklist.vim +++ /dev/null @@ -1,5 +0,0 @@ -setl foldmethod=expr -setl foldexpr=getline(v:lnum)=~'^\\s*$'&&getline(v:lnum+1)=~'\\S'?'<1':1 -setl textwidth=72 -setl spell -setl nonumber -- cgit v1.2.3