diff options
Diffstat (limited to 'files/.vim/ftplugin')
| -rw-r--r-- | files/.vim/ftplugin/html_snip_helper.vim | 10 | ||||
| -rw-r--r-- | files/.vim/ftplugin/python.vim | 4 | ||||
| -rw-r--r-- | files/.vim/ftplugin/worklist.vim | 5 |
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 |
