~spacexplorer/+junk/myenv

« back to all changes in this revision

Viewing changes to vim/vim/ftplugin/latex-suite/multicompile.vim

  • Committer: Kim Allamandola
  • Date: 2011-05-02 05:39:17 UTC
  • Revision ID: spacexplorer@gmail.com-20110502053917-x0yl2lr9ri4yskr2
InitĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
" ============================================================================
 
2
"            File: multicompile.vim
 
3
"      Author: Srinath Avadhanula
 
4
"     Created: Sat Jul 05 03:00 PM 2003 
 
5
" Description: compile a .tex file multiple times to get cross references
 
6
"              right.
 
7
"     License: Vim Charityware License
 
8
"              Part of vim-latexSuite: http://vim-latex.sourceforge.net
 
9
"         CVS: $Id: multicompile.vim 997 2006-03-20 09:45:45Z srinathava $
 
10
" ============================================================================
 
11
 
 
12
" The contents of this file have been moved to compiler.vim, the file which
 
13
" contains all functions relevant to compiling and viewing.
 
14
" This file is kept empty on purpose so that it will over-write previous
 
15
" versions of multicompile.vim, therby preventing conflicts.
 
16
 
 
17
" vim:fdm=marker:nowrap:noet:ff=unix:ts=4:sw=4