summaryrefslogtreecommitdiff
path: root/vim-latex/ftplugin/latex-suite/multicompile.vim
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@fsinf.at>2011-11-14 02:04:57 +0100
committerDavid Kaufmann <astra@fsinf.at>2011-11-14 02:05:03 +0100
commitd14e32945633316b352efec22a1ab4ffd00cb618 (patch)
tree353b04d57ab9134d1f546440395d75754a69542f /vim-latex/ftplugin/latex-suite/multicompile.vim
parenta76ddbccedbd9873342629d07fdb0cd8ba536cc0 (diff)
downloadconfig-d14e32945633316b352efec22a1ab4ffd00cb618.tar.gz
moved sources to src
Diffstat (limited to 'vim-latex/ftplugin/latex-suite/multicompile.vim')
-rw-r--r--vim-latex/ftplugin/latex-suite/multicompile.vim16
1 files changed, 0 insertions, 16 deletions
diff --git a/vim-latex/ftplugin/latex-suite/multicompile.vim b/vim-latex/ftplugin/latex-suite/multicompile.vim
deleted file mode 100644
index 2e74762..0000000
--- a/vim-latex/ftplugin/latex-suite/multicompile.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-" ============================================================================
-" File: multicompile.vim
-" Author: Srinath Avadhanula
-" Created: Sat Jul 05 03:00 PM 2003
-" Description: compile a .tex file multiple times to get cross references
-" right.
-" License: Vim Charityware License
-" Part of vim-latexSuite: http://vim-latex.sourceforge.net
-" ============================================================================
-
-" The contents of this file have been moved to compiler.vim, the file which
-" contains all functions relevant to compiling and viewing.
-" This file is kept empty on purpose so that it will over-write previous
-" versions of multicompile.vim, therby preventing conflicts.
-
-" vim:fdm=marker:nowrap:noet:ff=unix:ts=4:sw=4