diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-17 01:43:28 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-17 01:43:28 +0200 |
commit | ba1305772d6dc5939fd7fbad57108aa71ee2d158 (patch) | |
tree | 17fbd0d7dcd8f3f7847a953cb5d7eed98bd4cd65 /ftplugin/latex-suite/projecttemplate.vim | |
parent | ff3cc42bf3ef067324364b5a40f2e457d202588c (diff) | |
download | vim-polyglot-ba1305772d6dc5939fd7fbad57108aa71ee2d158.tar.gz vim-polyglot-ba1305772d6dc5939fd7fbad57108aa71ee2d158.zip |
fix: Switch latex to LaTeX-Box-Team/LaTeX-Box, fixes #6
Diffstat (limited to 'ftplugin/latex-suite/projecttemplate.vim')
-rw-r--r-- | ftplugin/latex-suite/projecttemplate.vim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ftplugin/latex-suite/projecttemplate.vim b/ftplugin/latex-suite/projecttemplate.vim deleted file mode 100644 index 1ab4be02..00000000 --- a/ftplugin/latex-suite/projecttemplate.vim +++ /dev/null @@ -1,11 +0,0 @@ -" Project name -" let g:projName = '' -" -" Project files -" let g:projFiles = '' - - -" Vim settings/maps/abbrs specific for this project - -" Modeline for this file -" vim:fdm=marker:ff=unix:noet:ts=4:sw=4:ft=vim |