Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages
In directory sc8-pr-cvs1:/tmp/cvs-serv19775
Modified Files:
accents acromake afterpage alltt amsmath amsthm amsxtra arabic
array babel bar bm bophook boxedminipage caption2 cases
ccaption changebar chapterbib cite color comma deleq drftcite
dropping enumerate eqlist eqparbox everyshi exmpl flafter
float floatflt fn2end footmisc geometry german graphicx
graphpap harpoon hhline histogram hyperref ifthen inputenc
letterspace lineno longtable lscape manyfoot moreverb
moreverbatim multibox multicol newalg ngerman numprint
oldstyle outliner overcite parallel plain plates polski psgo
schedule SIunits textfit times tipa ulem url verbatim version
Log Message:
Add plugin header (|write-plugin|) to package files.
Index: accents
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/accents,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** accents 5 Jan 2003 21:47:08 -0000 1.2
--- accents 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("accents_package_file")
+ finish
+ endif
+ let accents_package_file = 1
+
let g:TeX_package_option_accents =
\ 'nonscript,'
Index: acromake
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/acromake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** acromake 5 Jan 2003 21:47:08 -0000 1.1
--- acromake 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("acromake_package_file")
+ finish
+ endif
+ let acromake_package_file = 1
+
let g:TeX_package_option_acromake = ''
Index: afterpage
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/afterpage,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** afterpage 5 Jan 2003 21:47:08 -0000 1.1
--- afterpage 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("afterpage_package_file")
+ finish
+ endif
+ let afterpage_package_file = 1
+
let g:TeX_package_option_afterpage = ''
Index: alltt
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/alltt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** alltt 5 Jan 2003 21:47:08 -0000 1.1
--- alltt 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("alltt_package_file")
+ finish
+ endif
+ let alltt_package_file = 1
+
let g:TeX_package_option_alltt = ''
Index: amsmath
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/amsmath,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** amsmath 28 May 2003 09:13:59 -0000 1.7
--- amsmath 28 Sep 2003 22:52:37 -0000 1.8
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("amsmath_package_file")
+ finish
+ endif
+ let amsmath_package_file = 1
+
let g:TeX_package_option_amsmath =
\ 'centertags,'
Index: amsthm
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/amsthm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** amsthm 5 Jan 2003 21:47:08 -0000 1.2
--- amsthm 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("amsthm_package_file")
+ finish
+ endif
+ let amsthm_package_file = 1
+
let TeX_package_option_amsthm = ''
Index: amsxtra
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/amsxtra,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** amsxtra 5 Jan 2003 21:47:08 -0000 1.2
--- amsxtra 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("amsxtra_package_file")
+ finish
+ endif
+ let amsxtra_package_file = 1
+
let g:TeX_package_option_amsxtra = ''
Index: arabic
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/arabic,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** arabic 5 Jan 2003 21:47:08 -0000 1.1
--- arabic 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("arabic_package_file")
+ finish
+ endif
+ let arabic_package_file = 1
+
let g:TeX_package_option_arabic = ''
Index: array
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/array,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** array 16 Mar 2003 18:16:45 -0000 1.1
--- array 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("array_package_file")
+ finish
+ endif
+ let array_package_file = 1
+
let g:TeX_package_option_array = ''
Index: babel
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/babel,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** babel 18 Jan 2003 18:36:43 -0000 1.2
--- babel 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("babel_package_file")
+ finish
+ endif
+ let babel_package_file = 1
+
" This package sets some language specific options.
" Since it needs to find out which options the user used with the babel
Index: bar
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/bar,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** bar 5 Jan 2003 21:47:08 -0000 1.4
--- bar 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("bar_package_file")
+ finish
+ endif
+ let bar_package_file = 1
+
let g:TeX_package_option_bar = ''
Index: bm
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/bm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bm 16 Mar 2003 18:16:45 -0000 1.1
--- bm 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("bm_package_file")
+ finish
+ endif
+ let bm_package_file = 1
+
let g:TeX_package_option_bm = ''
Index: bophook
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/bophook,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bophook 16 Mar 2003 18:16:45 -0000 1.1
--- bophook 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("bophook_package_file")
+ finish
+ endif
+ let bophook_package_file = 1
+
let g:TeX_package_option_bophook = ''
Index: boxedminipage
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/boxedminipage,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** boxedminipage 5 Jan 2003 21:47:08 -0000 1.1
--- boxedminipage 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("boxedminipage_package_file")
+ finish
+ endif
+ let boxedminipage_package_file = 1
+
let g:TeX_package_option_boxedminipage = ''
Index: caption2
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/caption2,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** caption2 5 Jan 2003 21:47:08 -0000 1.2
--- caption2 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("caption2_package_file")
+ finish
+ endif
+ let caption2_package_file = 1
+
let g:TeX_package_option_caption2 =
\ 'scriptsize,'
Index: cases
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/cases,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cases 16 Mar 2003 18:16:45 -0000 1.1
--- cases 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("cases_package_file")
+ finish
+ endif
+ let cases_package_file = 1
+
let g:TeX_package_option_cases = ''
Index: ccaption
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/ccaption,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ccaption 16 Mar 2003 18:16:45 -0000 1.1
--- ccaption 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("ccaption_package_file")
+ finish
+ endif
+ let ccaption_package_file = 1
+
let g:TeX_package_option_ccaption = ''
Index: changebar
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/changebar,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** changebar 5 Jan 2003 21:47:08 -0000 1.4
--- changebar 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("changebar_package_file")
+ finish
+ endif
+ let changebar_package_file = 1
+
let g:TeX_package_option_changebar =
\ 'DVItoLN03,'
Index: chapterbib
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/chapterbib,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** chapterbib 5 Jan 2003 21:47:08 -0000 1.3
--- chapterbib 28 Sep 2003 22:52:37 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("chapterbib_package_file")
+ finish
+ endif
+ let chapterbib_package_file = 1
+
let g:TeX_package_option_chapterbib =
\ 'sectionbib,'
Index: cite
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/cite,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cite 7 Jan 2003 22:36:53 -0000 1.5
--- cite 28 Sep 2003 22:52:37 -0000 1.6
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("cite_package_file")
+ finish
+ endif
+ let cite_package_file = 1
+
let g:TeX_package_option_cite =
\ 'verbose,'
Index: color
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/color,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** color 5 Jan 2003 21:47:08 -0000 1.3
--- color 28 Sep 2003 22:52:37 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("color_package_file")
+ finish
+ endif
+ let color_package_file = 1
+
let g:TeX_package_option_color =
\ 'monochrome,'
Index: comma
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/comma,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** comma 16 Mar 2003 18:16:45 -0000 1.1
--- comma 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("comma_package_file")
+ finish
+ endif
+ let comma_package_file = 1
+
let g:TeX_package_option_comma = ''
Index: deleq
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/deleq,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** deleq 9 Jan 2003 11:50:30 -0000 1.1
--- deleq 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("deleq_package_file")
+ finish
+ endif
+ let deleq_package_file = 1
+
let g:TeX_package_option_deleq = ''
Index: drftcite
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/drftcite,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** drftcite 7 Jan 2003 22:36:50 -0000 1.4
--- drftcite 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("drftcite_package_file")
+ finish
+ endif
+ let drftcite_package_file = 1
+
let g:TeX_package_option_drftcite =
\ 'verbose,'
Index: dropping
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/dropping,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dropping 16 Mar 2003 18:16:45 -0000 1.1
--- dropping 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("dropping_package_file")
+ finish
+ endif
+ let dropping_package_file = 1
+
let g:TeX_package_option_dropping = ''
Index: enumerate
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/enumerate,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** enumerate 16 Mar 2003 18:16:45 -0000 1.1
--- enumerate 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("enumerate_package_file")
+ finish
+ endif
+ let enumerate_package_file = 1
+
let g:TeX_package_option_enumerate = ''
Index: eqlist
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/eqlist,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** eqlist 5 Jan 2003 21:47:08 -0000 1.2
--- eqlist 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("eqlist_package_file")
+ finish
+ endif
+ let eqlist_package_file = 1
+
let g:TeX_package_option_eqlist = ''
Index: eqparbox
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/eqparbox,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** eqparbox 5 Jan 2003 21:47:08 -0000 1.4
--- eqparbox 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("eqparbox_package_file")
+ finish
+ endif
+ let eqparbox_package_file = 1
+
let g:TeX_package_option_eqparbox = ''
Index: everyshi
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/everyshi,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** everyshi 16 Mar 2003 18:16:45 -0000 1.1
--- everyshi 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("everyshi_package_file")
+ finish
+ endif
+ let everyshi_package_file = 1
+
let g:TeX_package_option_everyshi = ''
Index: exmpl
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/exmpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** exmpl 30 Apr 2002 00:03:23 -0000 1.1.1.1
--- exmpl 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("exmpl_package_file")
+ finish
+ endif
+ let exmpl_package_file = 1
+
" Author: Mikolaj Machowski
" Date: 10.04.2002
Index: flafter
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/flafter,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** flafter 17 Mar 2003 12:46:51 -0000 1.1
--- flafter 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("flafter_package_file")
+ finish
+ endif
+ let flafter_package_file = 1
+
let g:TeX_package_option_flafter = ''
Index: float
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/float,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** float 5 Jan 2003 21:47:08 -0000 1.3
--- float 28 Sep 2003 22:52:37 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("float_package_file")
+ finish
+ endif
+ let float_package_file = 1
+
let g:TeX_package_option_float = ''
Index: floatflt
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/floatflt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** floatflt 17 Mar 2003 12:46:52 -0000 1.1
--- floatflt 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("floatflt_package_file")
+ finish
+ endif
+ let floatflt_package_file = 1
+
let g:TeX_package_option_floatflt = 'rflt,lflt,vflt'
Index: fn2end
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/fn2end,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fn2end 17 Mar 2003 12:46:52 -0000 1.1
--- fn2end 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("fn2end_package_file")
+ finish
+ endif
+ let fn2end_package_file = 1
+
let g:TeX_package_option_fn2end = ''
Index: footmisc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/footmisc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** footmisc 5 Jan 2003 21:47:08 -0000 1.2
--- footmisc 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("footmisc_package_file")
+ finish
+ endif
+ let footmisc_package_file = 1
+
let g:TeX_package_option_footmisc =
\ 'bottom,'
Index: geometry
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/geometry,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** geometry 5 Jan 2003 21:47:08 -0000 1.4
--- geometry 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("geometry_package_file")
+ finish
+ endif
+ let geometry_package_file = 1
+
let g:TeX_package_option_geometry =
\ 'sbr:Boolean,'
Index: german
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/german,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** german 15 Jan 2003 16:24:56 -0000 1.2
--- german 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("german_package_file")
+ finish
+ endif
+ let german_package_file = 1
+
" For now just define the smart quotes.
let b:Tex_SmartQuoteOpen = '"`'
Index: graphicx
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/graphicx,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** graphicx 21 Jan 2003 22:23:08 -0000 1.4
--- graphicx 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("graphicx_package_file")
+ finish
+ endif
+ let graphicx_package_file = 1
+
let g:TeX_package_option_graphicx =
\ 'sbr:Drivers,'
Index: graphpap
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/graphpap,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** graphpap 17 Mar 2003 12:46:52 -0000 1.1
--- graphpap 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("graphpap_package_file")
+ finish
+ endif
+ let graphpap_package_file = 1
+
let g:TeX_package_option_graphpap = ''
Index: harpoon
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/harpoon,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** harpoon 5 Jan 2003 21:47:08 -0000 1.3
--- harpoon 28 Sep 2003 22:52:37 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("harpoon_package_file")
+ finish
+ endif
+ let harpoon_package_file = 1
+
let g:TeX_package_option_harpoon = ''
Index: hhline
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/hhline,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hhline 5 Jan 2003 21:47:08 -0000 1.3
--- hhline 28 Sep 2003 22:52:37 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("hhline_package_file")
+ finish
+ endif
+ let hhline_package_file = 1
+
let g:TeX_package_option_hhline = ''
Index: histogram
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/histogram,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** histogram 9 Jan 2003 11:50:30 -0000 1.1
--- histogram 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("histogram_package_file")
+ finish
+ endif
+ let histogram_package_file = 1
+
let g:TeX_package_option_histogram = ''
Index: hyperref
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/hyperref,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** hyperref 5 Jan 2003 21:47:08 -0000 1.4
--- hyperref 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("hyperref_package_file")
+ finish
+ endif
+ let hyperref_package_file = 1
+
let g:TeX_package_option_hyperref =
\ '4=,'
Index: ifthen
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/ifthen,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ifthen 5 Jan 2003 21:47:08 -0000 1.4
--- ifthen 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("ifthen_package_file")
+ finish
+ endif
+ let ifthen_package_file = 1
+
let g:TeX_package_option_ifthen = ''
Index: inputenc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/inputenc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** inputenc 5 Jan 2003 21:47:08 -0000 1.3
--- inputenc 28 Sep 2003 22:52:37 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("inputenc_package_file")
+ finish
+ endif
+ let inputenc_package_file = 1
+
let g:TeX_package_option_inputenc =
\ 'ascii,'
Index: letterspace
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/letterspace,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** letterspace 17 Mar 2003 12:46:52 -0000 1.1
--- letterspace 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("letterspace_package_file")
+ finish
+ endif
+ let letterspace_package_file = 1
+
let g:TeX_package_option_letterspace = ''
Index: lineno
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/lineno,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lineno 5 Jan 2003 21:47:08 -0000 1.3
--- lineno 28 Sep 2003 22:52:37 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("lineno_package_file")
+ finish
+ endif
+ let lineno_package_file = 1
+
let g:TeX_package_option_lineno =
\ 'left,'
Index: longtable
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/longtable,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** longtable 5 Jan 2003 21:47:08 -0000 1.4
--- longtable 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("longtable_package_file")
+ finish
+ endif
+ let longtable_package_file = 1
+
let g:TeX_package_option_longtable =
\ 'errorshow,'
Index: lscape
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/lscape,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lscape 17 Mar 2003 12:46:52 -0000 1.1
--- lscape 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("lscape_package_file")
+ finish
+ endif
+ let lscape_package_file = 1
+
let g:TeX_package_option_lscape = ''
Index: manyfoot
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/manyfoot,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** manyfoot 14 Jan 2003 22:01:05 -0000 1.4
--- manyfoot 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("manyfoot_package_file")
+ finish
+ endif
+ let manyfoot_package_file = 1
+
let g:TeX_package_option_manyfoot = 'para'
Index: moreverb
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/moreverb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** moreverb 11 Apr 2003 21:21:39 -0000 1.2
--- moreverb 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("moreverb_package_file")
+ finish
+ endif
+ let moreverb_package_file = 1
+
let g:TeX_package_option_moreverb = ''
Index: moreverbatim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/moreverbatim,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** moreverbatim 5 Jan 2003 21:47:08 -0000 1.3
--- moreverbatim 28 Sep 2003 22:52:37 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("moreverbatim_package_file")
+ finish
+ endif
+ let moreverbatim_package_file = 1
+
let g:TeX_package_option_moreverbatim = ''
Index: multibox
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/multibox,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** multibox 17 Mar 2003 12:46:52 -0000 1.1
--- multibox 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("multibox_package_file")
+ finish
+ endif
+ let multibox_package_file = 1
+
let g:TeX_package_option_multibox = ''
Index: multicol
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/multicol,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** multicol 5 Jan 2003 21:47:08 -0000 1.4
--- multicol 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("multicol_package_file")
+ finish
+ endif
+ let multicol_package_file = 1
+
let g:TeX_package_option_multicol = ''
Index: newalg
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/newalg,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** newalg 5 Jan 2003 21:47:08 -0000 1.4
--- newalg 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("newalg_package_file")
+ finish
+ endif
+ let newalg_package_file = 1
+
let g:TeX_package_option_newalg = ''
Index: ngerman
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/ngerman,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ngerman 16 Jan 2003 11:09:22 -0000 1.2
--- ngerman 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("ngerman_package_file")
+ finish
+ endif
+ let ngerman_package_file = 1
+
" For now just define the smart quotes.
let b:Tex_SmartQuoteOpen = '"`'
Index: numprint
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/numprint,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** numprint 14 Jan 2003 22:00:22 -0000 1.2
--- numprint 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("numprint_package_file")
+ finish
+ endif
+ let numprint_package_file = 1
+
let g:TeX_package_option_numprint = ''
Index: oldstyle
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/oldstyle,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** oldstyle 14 Jan 2003 22:00:22 -0000 1.2
--- oldstyle 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("oldstyle_package_file")
+ finish
+ endif
+ let oldstyle_package_file = 1
+
let g:TeX_package_option_oldstyle = ''
Index: outliner
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/outliner,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** outliner 5 Jan 2003 21:47:08 -0000 1.2
--- outliner 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("outliner_package_file")
+ finish
+ endif
+ let outliner_package_file = 1
+
let g:TeX_package_option_outliner = ''
Index: overcite
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/overcite,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** overcite 7 Jan 2003 22:36:53 -0000 1.4
--- overcite 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("overcite_package_file")
+ finish
+ endif
+ let overcite_package_file = 1
+
let g:TeX_package_option_overcite =
\ 'verbose,'
Index: parallel
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/parallel,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** parallel 5 Jan 2003 21:47:08 -0000 1.2
--- parallel 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("parallel_package_file")
+ finish
+ endif
+ let parallel_package_file = 1
+
let g:TeX_package_option_parallel = ''
Index: plain
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/plain,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** plain 17 Mar 2003 12:46:52 -0000 1.1
--- plain 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("plain_package_file")
+ finish
+ endif
+ let plain_package_file = 1
+
let g:TeX_package_option_plain = ''
Index: plates
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/plates,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** plates 9 Jan 2003 11:50:30 -0000 1.1
--- plates 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("plates_package_file")
+ finish
+ endif
+ let plates_package_file = 1
+
let g:TeX_package_option_plates = 'figures,onefloatperpage,memoir'
Index: polski
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/polski,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** polski 11 Jul 2003 22:47:23 -0000 1.13
--- polski 28 Sep 2003 22:52:37 -0000 1.14
***************
*** 20,23 ****
--- 20,28 ----
" condition of leaving this notice and information about copyrights unchanged.
+ if exists("acromake_package_file")
+ finish
+ endif
+ let acromake_package_file = 1
+
" --------8<-------------
" Czesc odpowiedzialna za menu
Index: psgo
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/psgo,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** psgo 7 Jan 2003 22:36:04 -0000 1.1
--- psgo 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("psgo_package_file")
+ finish
+ endif
+ let psgo_package_file = 1
+
let g:TeX_package_option_psgo = ''
Index: schedule
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/schedule,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** schedule 5 Jan 2003 21:47:08 -0000 1.4
--- schedule 28 Sep 2003 22:52:37 -0000 1.5
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("schedule_package_file")
+ finish
+ endif
+ let schedule_package_file = 1
+
let g:TeX_package_option_schedule = ''
Index: SIunits
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/SIunits,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SIunits 5 Jan 2003 21:47:08 -0000 1.2
--- SIunits 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("SIunits_package_file")
+ finish
+ endif
+ let SIunits_package_file = 1
+
let g:TeX_package_SIunits =
\'nor:addprefix,'.
Index: textfit
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/textfit,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** textfit 14 Jan 2003 22:01:23 -0000 1.1
--- textfit 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("textfit_package_file")
+ finish
+ endif
+ let textfit_package_file = 1
+
let g:TeX_package_option_textfit = ''
Index: times
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/times,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** times 16 Mar 2003 18:16:45 -0000 1.1
--- times 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("times_package_file")
+ finish
+ endif
+ let times_package_file = 1
+
let g:TeX_package_option_times = ''
Index: tipa
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/tipa,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tipa 5 Jan 2003 21:47:08 -0000 1.2
--- tipa 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("tipa_package_file")
+ finish
+ endif
+ let tipa_package_file = 1
+
let g:TeX_package_option_tipa =
\ 'T1,'
Index: ulem
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/ulem,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ulem 5 Jan 2003 21:47:08 -0000 1.3
--- ulem 28 Sep 2003 22:52:37 -0000 1.4
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("ulem_package_file")
+ finish
+ endif
+ let ulem_package_file = 1
+
let g:TeX_package_option_ulem =
\ 'normalem,'
Index: url
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/url,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** url 5 Jan 2003 21:47:08 -0000 1.1
--- url 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("url_package_file")
+ finish
+ endif
+ let url_package_file = 1
+
let g:TeX_package_option_url =
\ 'hyphens,'
Index: verbatim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/verbatim,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** verbatim 5 Jan 2003 21:47:08 -0000 1.1
--- verbatim 28 Sep 2003 22:52:37 -0000 1.2
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("verbatim_package_file")
+ finish
+ endif
+ let verbatim_package_file = 1
+
let g:TeX_package_option_verbatim = ''
Index: version
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/version,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** version 14 Jan 2003 22:00:22 -0000 1.2
--- version 28 Sep 2003 22:52:37 -0000 1.3
***************
*** 1,2 ****
--- 1,7 ----
+ if exists("version_package_file")
+ finish
+ endif
+ let version_package_file = 1
+
let g:TeX_package_option_version = ''
|