1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 06:05:01 +08:00

rename vim_plugins_src to vim_plugin_candinates_src and used as an plugin candinate dir

This commit is contained in:
hustcalm
2012-10-29 18:20:36 +08:00
parent b27590fbb4
commit b64930e3e7
486 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,13 @@
" LaTeX filetype
" Language: LaTeX (ft=tex)
" Maintainer: Srinath Avadhanula
" Email: srinath@fastmail.fm
if !exists('s:initLatexSuite')
let s:initLatexSuite = 1
exec 'so '.expand('<sfile>:p:h').'/latex-suite/main.vim'
silent! do LatexSuite User LatexSuiteInitPost
endif
silent! do LatexSuite User LatexSuiteFileType