diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-11-14 11:28:27 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-11-14 16:18:59 +0600 |
| commit | e92461b88e8b15f435afc940b6293f4cda43596b (patch) | |
| tree | e1840de57b9f27df43e910330c311ff253989e4a /files/.vim/ftplugin/html_snip_helper.vim | |
| parent | dc5c2ba7fe5c2b35d649c4622773bdbe6c7ac99a (diff) | |
Remove unused vim plugins.
Diffstat (limited to 'files/.vim/ftplugin/html_snip_helper.vim')
| -rw-r--r-- | files/.vim/ftplugin/html_snip_helper.vim | 10 |
1 files changed, 0 insertions, 10 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 |
