diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-28 21:02:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-28 21:02:15 +0000 |
commit | b982ca5c882ff0aaee6c32f6be9a80084b774870 (patch) | |
tree | 12f127319e2940df2bf7279e58f16a4401f1a07b /runtime/ftplugin | |
parent | 582fd85b02e50b2aba025ff522c04a2293a45985 (diff) | |
download | vim-git-b982ca5c882ff0aaee6c32f6be9a80084b774870.tar.gz |
updated for version 7.0065v7.0065
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/bib.vim | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/ftplugin/bib.vim b/runtime/ftplugin/bib.vim deleted file mode 100644 index b4cd20fa5..000000000 --- a/runtime/ftplugin/bib.vim +++ /dev/null @@ -1,15 +0,0 @@ -" Vim filetype plugin -" Language: BibTeX -" Maintainer: Dorai Sitaram <ds26@gte.com> -" URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html -" Last Change: May 21, 2003 - -" Only do this when not done yet for this buffer -if exists("b:did_ftplugin") - finish -endif - -" Don't load another plugin for this buffer -let b:did_ftplugin = 1 - -setl cindent |