Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv10593
Modified Files:
bibtex.vim compiler.vim custommacros.vim diacritics.vim
elementmacros.vim folding.vim main.vim mathmacros.vim
packages.vim templates.vim texmenuconf.vim wizardfuncs.vim
texrc
Log Message:
unification of modelines (especially ff=unix) and removing Last Change lines
Index: bibtex.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/bibtex.vim,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** bibtex.vim 22 Dec 2002 03:00:37 -0000 1.3
--- bibtex.vim 12 Jan 2003 22:02:36 -0000 1.4
***************
*** 3,7 ****
" Function: BibT
" Author: Alan G Isaac <ai...@am...>
- " Last Change: Thu Dec 19 03:00 AM 2002 PST
"=============================================================================
--- 3,6 ----
***************
*** 268,270 ****
" }}}
! " vim:fdm=marker
--- 267,269 ----
" }}}
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: compiler.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/compiler.vim,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** compiler.vim 2 Dec 2002 19:25:29 -0000 1.18
--- compiler.vim 12 Jan 2003 22:02:37 -0000 1.19
***************
*** 3,7 ****
" Author: Srinath Avadhanula
" Created: Tue Apr 23 05:00 PM 2002 PST
- " Last Change: Thu Nov 28 01:00 AM 2002 PST
"
" Description: functions for compiling/viewing/searching latex documents
--- 3,6 ----
***************
*** 408,410 ****
endfunction " }}}
! " vim:fdm=marker:ts=4:sw=4
--- 407,409 ----
endfunction " }}}
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: custommacros.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/custommacros.vim,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** custommacros.vim 30 Dec 2002 00:23:53 -0000 1.11
--- custommacros.vim 12 Jan 2003 22:02:38 -0000 1.12
***************
*** 4,8 ****
" Version: 1.0
" Created: Tue Apr 23 05:00 PM 2002 PST
- " Last Change: Sun Dec 29 04:00 PM 2002 PST
"
" Description: functions for processing custom macros in the
--- 4,7 ----
***************
*** 137,139 ****
" }}}
! " vim:fdm=marker:ts=4:sw=4:noet
--- 136,138 ----
" }}}
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: diacritics.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/diacritics.vim,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** diacritics.vim 22 Dec 2002 03:00:38 -0000 1.3
--- diacritics.vim 12 Jan 2003 22:02:39 -0000 1.4
***************
*** 3,7 ****
" Author: Lubomir Host
" Created: Tue Apr 23 07:00 PM 2002 PST
- " Last Change: Thu Dec 19 03:00 AM 2002 PST
"
" Description: shortcuts for all diacritics.
--- 3,6 ----
***************
*** 123,125 ****
call IMAP ('+:', "\\^{o}", 'tex')
! " vim:fdm=marker:ts=4:sw=4:noet
--- 122,124 ----
call IMAP ('+:', "\\^{o}", 'tex')
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: elementmacros.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/elementmacros.vim,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** elementmacros.vim 22 Dec 2002 03:00:41 -0000 1.6
--- elementmacros.vim 12 Jan 2003 22:02:39 -0000 1.7
***************
*** 3,7 ****
" Author: Mikolaj Machowski
" Created: Tue Apr 23 06:00 PM 2002 PST
- " Last Change: Thu Dec 19 03:00 AM 2002 PST
"
" Description: macros for dimensions/fonts/counters.
--- 3,6 ----
***************
*** 337,339 ****
let s:doneOnce = 1
! " vim:fdm=marker:ts=4:sw=4:noet
--- 336,338 ----
let s:doneOnce = 1
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: folding.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/folding.vim,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** folding.vim 30 Dec 2002 09:04:39 -0000 1.8
--- folding.vim 12 Jan 2003 22:02:39 -0000 1.9
***************
*** 4,8 ****
" Version: 1.0
" Created: Tue Apr 23 05:00 PM 2002 PST
- " Last Change: Mon Dec 30 01:00 AM 2002 PST
"
" Description: functions to interact with Syntaxfolds.vim
--- 4,7 ----
***************
*** 248,250 ****
" }}}
! " vim:fdm=marker:ts=4:sw=4:noet
--- 247,249 ----
" }}}
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: main.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/main.vim,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** main.vim 11 Jan 2003 08:25:12 -0000 1.26
--- main.vim 12 Jan 2003 22:02:39 -0000 1.27
***************
*** 513,515 ****
let &cpo = s:save_cpo
! " vim:fdm=marker:nowrap:noet:ts=4:sw=4
--- 513,515 ----
let &cpo = s:save_cpo
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4:nowrap
Index: mathmacros.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/mathmacros.vim,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mathmacros.vim 22 Dec 2002 03:00:46 -0000 1.4
--- mathmacros.vim 12 Jan 2003 22:02:40 -0000 1.5
***************
*** 3,7 ****
" Author: Mikolaj Machowski
" Created: Tue Apr 23 06:00 PM 2002 PST
- " Last Change: Thu Dec 19 03:00 AM 2002 PST
"
" Description: macros for everything mathematical in latex.
--- 3,6 ----
***************
*** 693,695 ****
" 1}}}
! " vim:fdm=marker:ts=4:sw=4:noet
--- 692,694 ----
" 1}}}
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: packages.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages.vim,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** packages.vim 5 Jan 2003 02:19:26 -0000 1.19
--- packages.vim 12 Jan 2003 22:02:40 -0000 1.20
***************
*** 3,7 ****
" Author: Mikolaj Machowski
" Created: Tue Apr 23 06:00 PM 2002 PST
- " Last Change: Sat Jan 04 06:00 PM 2003 PST
"
" Description: handling packages from within vim
--- 3,6 ----
***************
*** 402,404 ****
endif
! " vim:fdm=marker:ts=4:sw=4:noet:fo-=wa1
--- 401,403 ----
endif
! " vim:fdm=marker:ts=4:sw=4:noet:ff=unix
Index: templates.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates.vim,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** templates.vim 23 Dec 2002 01:59:18 -0000 1.8
--- templates.vim 12 Jan 2003 22:02:40 -0000 1.9
***************
*** 5,9 ****
" Version: 1.0
" Created: Tue Apr 23 05:00 PM 2002 PST
- " Last Change: Sun Dec 22 05:00 PM 2002 PST
"
" Description: functions for handling templates in latex-suite/templates
--- 5,8 ----
***************
*** 114,116 ****
\| :startinsert
! " vim:fdm=marker:ts=4:sw=4:noet
--- 113,115 ----
\| :startinsert
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: texmenuconf.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texmenuconf.vim,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** texmenuconf.vim 11 Nov 2002 08:55:52 -0000 1.6
--- texmenuconf.vim 12 Jan 2003 22:02:40 -0000 1.7
***************
*** 4,10 ****
" Description:
"
- " Installation:
- " Last Change: Mon Nov 11 12:00 AM 2002 PST
- " TODO:
"=============================================================================
--- 4,7 ----
***************
*** 127,129 ****
endif
! " vim6:fdm=marker
--- 124,126 ----
endif
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: wizardfuncs.vim
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/wizardfuncs.vim,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** wizardfuncs.vim 22 Dec 2002 03:00:51 -0000 1.6
--- wizardfuncs.vim 12 Jan 2003 22:02:40 -0000 1.7
***************
*** 1,5 ****
" File: wizardfuncs.vim
" Author: Mikolaj Machowski <mi...@wp...>
- " Last change: wto lis 12 09:00 2002 C
" Description:
"
--- 1,4 ----
***************
*** 7,11 ****
" History: pluginized by Srinath Avadhanula
" ( sr...@fa...)
- " TODO:
"=============================================================================
--- 6,9 ----
***************
*** 201,203 ****
" normal f}i
endfunction "}}}
! " vim:fdm=marker
--- 199,202 ----
" normal f}i
endfunction "}}}
!
! " vim:fdm=marker:ff=unix:noet:ts=4:sw=4
Index: texrc
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** texrc 5 Jan 2003 04:39:31 -0000 1.18
--- texrc 12 Jan 2003 22:02:40 -0000 1.19
***************
*** 1,8 ****
"=============================================================================
! " vim:ft=vim:ts=4:sw=4:noet:fdm=marker:commentstring=\"\ %s
" File: texrc.vim
" Author: Srinath Avadhanula
" Created: Mon Apr 01 11:00 AM 2002 PST
- " Last Change: Sat Jan 04 08:00 PM 2003 PST
"
" Description: This file contains resource configuration information for the
--- 1,7 ----
"=============================================================================
! " vim:ft=vim:ts=4:sw=4:noet:fdm=marker:commentstring=\"\ %s:ff=unix
" File: texrc.vim
" Author: Srinath Avadhanula
" Created: Mon Apr 01 11:00 AM 2002 PST
"
" Description: This file contains resource configuration information for the
|