diff options
| author | David Kaufmann <astra@fsinf.at> | 2011-11-14 02:04:57 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@fsinf.at> | 2011-11-14 02:05:03 +0100 |
| commit | d14e32945633316b352efec22a1ab4ffd00cb618 (patch) | |
| tree | 353b04d57ab9134d1f546440395d75754a69542f /vim-latex/ftplugin/latex-suite/multicompile.vim | |
| parent | a76ddbccedbd9873342629d07fdb0cd8ba536cc0 (diff) | |
| download | config-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.vim | 16 |
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 |
