aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/ftplugin
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2013-11-14 11:28:27 +0600
committerAnton Bobov <abobov@gmail.com>2013-11-14 16:18:59 +0600
commite92461b88e8b15f435afc940b6293f4cda43596b (patch)
treee1840de57b9f27df43e910330c311ff253989e4a /files/.vim/ftplugin
parentdc5c2ba7fe5c2b35d649c4622773bdbe6c7ac99a (diff)
Remove unused vim plugins.
Diffstat (limited to 'files/.vim/ftplugin')
-rw-r--r--files/.vim/ftplugin/html_snip_helper.vim10
-rw-r--r--files/.vim/ftplugin/python.vim4
-rw-r--r--files/.vim/ftplugin/worklist.vim5
3 files changed, 0 insertions, 19 deletions
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