add vim conf files
[arrow.git] / conf_slk120 / vim / _vim / ftplugin / bib_latexSuite.vim
bloba8feeb06f42cf2333150e4887b163f380d52b87a
1 " File: bib_latexSuite.vim
2 " Author: Srinath Avadhanula
3 " License: Vim Charityware License
4 " Description:
5 "       This file sources the bibtex.vim file distributed as part of latex-suite.
6 "       That file sets up 3 maps BBB, BAS, and BBA which are easy wasy to type in
7 "       bibliographic entries.
9 " CVS: $Id: bib_latexSuite.vim,v 1.1.1.1 2006/03/31 18:55:13 arrow Exp $
11 " source main.vim because we need a few functions from it.
12 runtime ftplugin/latex-suite/main.vim
13 " Disable smart-quotes because we need to enter real quotes in bib files.
14 runtime ftplugin/latex-suite/bibtex.vim
16 " vim:fdm=marker:ff=unix:noet:ts=4:sw=4:nowrap