Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv27771
Modified Files:
report.tex report_two_column.tex
Log Message:
. There was a problem with the last commit. The special characters were not
changed and one of the Last Change: Sun Dec 22 06:00 PM 2002 P
because of my lastchange.vim plugin !
Index: report.tex
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates/report.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** report.tex 23 Dec 2002 02:07:42 -0000 1.3
--- report.tex 23 Dec 2002 02:11:49 -0000 1.4
***************
*** 1,6 ****
<+ +> !comp! !exe!
! % File: ¡expand("%")¡
! % Created: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
! % Last Change: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
%
\documentclass[a4paper]{report}
--- 1,6 ----
<+ +> !comp! !exe!
! % File: !comp!expand("%")!comp!
! % Created: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
! % Last Change: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
%
\documentclass[a4paper]{report}
Index: report_two_column.tex
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/templates/report_two_column.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** report_two_column.tex 23 Dec 2002 02:07:42 -0000 1.3
--- report_two_column.tex 23 Dec 2002 02:11:49 -0000 1.4
***************
*** 1,6 ****
<+ +> !comp! !exe!
! % File: ¡expand("%:p:t")¡
! % Created: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
! % Last Change: ¡strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')¡
%
\documentclass[a4paper,twocolumn]{report}
--- 1,6 ----
<+ +> !comp! !exe!
! % File: !comp!expand("%:p:t")!comp!
! % Created: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
! % Last Change: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
%
\documentclass[a4paper,twocolumn]{report}
|