vim-latex-cvs Mailing List for Vim-Latex (Page 3)
Brought to you by:
srinathava,
tmaas
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(82) |
Dec
(124) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(104) |
Feb
(3) |
Mar
(6) |
Apr
(48) |
May
(34) |
Jun
(62) |
Jul
(33) |
Aug
(24) |
Sep
(32) |
Oct
(16) |
Nov
(36) |
Dec
(39) |
2004 |
Jan
|
Feb
(3) |
Mar
(8) |
Apr
|
May
(29) |
Jun
(13) |
Jul
(4) |
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(6) |
Dec
(9) |
2006 |
Jan
(9) |
Feb
(2) |
Mar
(16) |
Apr
(5) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(22) |
Jun
(1) |
Jul
|
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(17) |
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(3) |
2010 |
Jan
(25) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(8) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(10) |
Oct
(1) |
Nov
|
Dec
(1) |
2012 |
Jan
(5) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(4) |
Nov
(1) |
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(15) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
From: Till M. <1...@us...> - 2011-08-19 21:28:20
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "vim-latex". The branch, master has been updated via 6c3af640e7289b2356e2c5c30f0a22a5d5125f72 (commit) from 909e6ad63bca97b20bae5a1b5e67e1dbf51f439a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6c3af640e7289b2356e2c5c30f0a22a5d5125f72 Author: Till Maas <ope...@ti...> Date: Fri Aug 19 22:28:36 2011 +0200 Remove PHP from website ----------------------------------------------------------------------- Summary of changes: htdocs/.htaccess | 12 +++++- htdocs/branching.shtml | 4 ++ htdocs/coding-style.shtml | 4 ++ htdocs/contact.shtml | 4 ++ htdocs/download.shtml | 4 ++ htdocs/faq.shtml | 4 ++ htdocs/features.inc | 2 +- htdocs/features.shtml | 4 ++ htdocs/foot.inc | 1 - htdocs/head.inc | 51 --------------------- htdocs/index.php | 73 ------------------------------ htdocs/index.shtml | 4 ++ htdocs/links.shtml | 4 ++ htdocs/main.shtml | 4 ++ htdocs/manual.inc | 4 -- htdocs/manual.shtml | 4 ++ htdocs/page.shtml | 107 +++++++++++++++++++++++++++++++++++++++++++++ htdocs/screenshots.shtml | 4 ++ htdocs/weare.shtml | 4 ++ 19 files changed, 167 insertions(+), 131 deletions(-) create mode 100644 htdocs/branching.shtml create mode 100644 htdocs/coding-style.shtml create mode 100644 htdocs/contact.shtml create mode 100644 htdocs/download.shtml create mode 100644 htdocs/faq.shtml create mode 100644 htdocs/features.shtml delete mode 100644 htdocs/foot.inc delete mode 100644 htdocs/head.inc delete mode 100644 htdocs/index.php create mode 100644 htdocs/index.shtml create mode 100644 htdocs/links.shtml create mode 100644 htdocs/main.shtml create mode 100644 htdocs/manual.shtml create mode 100644 htdocs/page.shtml create mode 100644 htdocs/screenshots.shtml create mode 100644 htdocs/weare.shtml hooks/post-receive -- vim-latex |
From: Ted P. <1...@us...> - 2011-02-21 20:36:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "vim-latex". The branch, master has been updated via 909e6ad63bca97b20bae5a1b5e67e1dbf51f439a (commit) from 2f1f7e82d9119e71898000038e22770cae9289eb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 909e6ad63bca97b20bae5a1b5e67e1dbf51f439a Author: Ted Pavlic <te...@te...> Date: Mon Feb 21 15:36:00 2011 -0500 Fix typo in doc: Tex_UseMakefile should be g:Tex_UseMakefile ----------------------------------------------------------------------- Summary of changes: vimfiles/doc/latex-suite.txt | 2 +- vimfiles/doc/latex-suite.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- vim-latex |
From: Ted P. <1...@us...> - 2011-02-16 17:57:06
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "vim-latex". The branch, master has been updated via 2f1f7e82d9119e71898000038e22770cae9289eb (commit) from 721dd998f8bc6d0f9f908a50a799d40c17ec579e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2f1f7e82d9119e71898000038e22770cae9289eb Author: Ted Pavlic <te...@te...> Date: Wed Feb 16 12:54:02 2011 -0500 No need to skip .svn files in ftplugin/latex-suite anymore. ----------------------------------------------------------------------- Summary of changes: vimfiles/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- vim-latex |
From: Till M. <1...@us...> - 2011-02-16 17:25:24
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "vim-latex". The branch, master has been updated via 721dd998f8bc6d0f9f908a50a799d40c17ec579e (commit) from 79ee0e5d57cc469bcf843a0ba14e1676492e5392 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 721dd998f8bc6d0f9f908a50a799d40c17ec579e Author: Till Maas <ope...@ti...> Date: Wed Feb 16 18:22:53 2011 +0100 .svn does not need to excluded in rsync anymore ----------------------------------------------------------------------- Summary of changes: sync-htdocs.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- vim-latex |
From: Ted P. <1...@us...> - 2011-02-16 01:42:28
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "vim-latex". The branch, master has been updated via 79ee0e5d57cc469bcf843a0ba14e1676492e5392 (commit) from f92cc1cb7903b53d29c602681bb47a22573c0948 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 79ee0e5d57cc469bcf843a0ba14e1676492e5392 Author: Ted Pavlic <te...@te...> Date: Tue Feb 15 20:41:53 2011 -0500 Added a simple .gitignore to keep the staging area clean. ----------------------------------------------------------------------- Summary of changes: .gitignore | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 .gitignore hooks/post-receive -- vim-latex |
From: Ted P. <1...@us...> - 2011-02-16 01:26:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "vim-latex". The branch, master has been updated via f92cc1cb7903b53d29c602681bb47a22573c0948 (commit) from 740dd7b870c1876adace176005012b9b701a266b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f92cc1cb7903b53d29c602681bb47a22573c0948 Author: Ted Pavlic <te...@te...> Date: Tue Feb 15 20:25:51 2011 -0500 Small (moot?) tweaks to old vimfiles Makefie. ----------------------------------------------------------------------- Summary of changes: vimfiles/Makefile.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- vim-latex |
From: <tm...@us...> - 2010-10-29 16:55:32
|
Revision: 1115 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1115&view=rev Author: tmaas Date: 2010-10-29 16:55:22 +0000 (Fri, 29 Oct 2010) Log Message: ----------- remove most svn/CVS keywords Modified Paths: -------------- trunk/TODO/srinath-files/ftplugin/mail.vim trunk/db2vim/db2vim trunk/vimfiles/compiler/tex.vim trunk/vimfiles/doc/latex-suite-chunk.xsl trunk/vimfiles/doc/latex-suite-common.xsl trunk/vimfiles/doc/latex-suite.xsl trunk/vimfiles/ftplugin/bib_latexSuite.vim trunk/vimfiles/ftplugin/latex-suite/bibtex.vim trunk/vimfiles/ftplugin/latex-suite/brackets.vim trunk/vimfiles/ftplugin/latex-suite/compiler.vim trunk/vimfiles/ftplugin/latex-suite/custommacros.vim trunk/vimfiles/ftplugin/latex-suite/envmacros.vim trunk/vimfiles/ftplugin/latex-suite/folding.vim trunk/vimfiles/ftplugin/latex-suite/main.vim trunk/vimfiles/ftplugin/latex-suite/multicompile.vim trunk/vimfiles/ftplugin/latex-suite/packages.vim trunk/vimfiles/ftplugin/latex-suite/templates.vim trunk/vimfiles/ftplugin/latex-suite/texmenuconf.vim trunk/vimfiles/ftplugin/latex-suite/texrc trunk/vimfiles/ftplugin/latex-suite/texviewer.vim trunk/vimfiles/plugin/imaps.vim trunk/vimfiles/plugin/remoteOpen.vim Property Changed: ---------------- trunk/TODO/README.txt trunk/TODO/srinath trunk/TODO/srinath-files/Makefile trunk/TODO/srinath-files/ftplugin/cvs.vim trunk/TODO/srinath-files/ftplugin/docbk.vim trunk/TODO/srinath-files/ftplugin/html.vim trunk/TODO/srinath-files/ftplugin/mail.vim trunk/TODO/srinath-files/ftplugin/php.vim trunk/TODO/srinath-files/ftplugin/python.vim trunk/TODO/srinath-files/ftplugin/vim.vim trunk/TODO/srinath-files/ftplugin/xml.vim trunk/db2vim/db2vim trunk/db2vim/domutils.py trunk/db2vim/textutils.py trunk/htdocs/branching.inc trunk/htdocs/coding-style.inc trunk/htdocs/contact.inc trunk/htdocs/contactsubmit.inc trunk/htdocs/download/RELEASE-1.5.txt trunk/htdocs/download/latex-suite.html trunk/htdocs/download/latex-suite.txt trunk/htdocs/download/latexhelp.html trunk/htdocs/download/latexhelp.txt trunk/htdocs/download.inc trunk/htdocs/faq.inc trunk/htdocs/features.inc trunk/htdocs/foot.inc trunk/htdocs/head.inc trunk/htdocs/index.php trunk/htdocs/links.inc trunk/htdocs/main.inc trunk/htdocs/manual.inc trunk/htdocs/screenshots.inc trunk/htdocs/style.css trunk/htdocs/weare.inc trunk/vim-latex/tutorial/VLS.txt trunk/vimfiles/compiler/tex.vim trunk/vimfiles/doc/Makefile.in trunk/vimfiles/doc/README trunk/vimfiles/doc/latex-suite-chunk.xsl trunk/vimfiles/doc/latex-suite-common.xsl trunk/vimfiles/doc/latex-suite-quickstart.css trunk/vimfiles/doc/latex-suite-quickstart.txt trunk/vimfiles/doc/latex-suite.css trunk/vimfiles/doc/latex-suite.xsl trunk/vimfiles/ftplugin/bib_latexSuite.vim trunk/vimfiles/ftplugin/latex-suite/bibtex.vim trunk/vimfiles/ftplugin/latex-suite/bibtools.py trunk/vimfiles/ftplugin/latex-suite/brackets.vim trunk/vimfiles/ftplugin/latex-suite/compiler.vim trunk/vimfiles/ftplugin/latex-suite/custommacros.vim trunk/vimfiles/ftplugin/latex-suite/diacritics.vim trunk/vimfiles/ftplugin/latex-suite/dictionaries/SIunits trunk/vimfiles/ftplugin/latex-suite/dictionaries/dictionary trunk/vimfiles/ftplugin/latex-suite/elementmacros.vim trunk/vimfiles/ftplugin/latex-suite/envmacros.vim trunk/vimfiles/ftplugin/latex-suite/folding.vim trunk/vimfiles/ftplugin/latex-suite/macros/example trunk/vimfiles/ftplugin/latex-suite/main.vim trunk/vimfiles/ftplugin/latex-suite/mathmacros-utf.vim trunk/vimfiles/ftplugin/latex-suite/mathmacros.vim trunk/vimfiles/ftplugin/latex-suite/multicompile.vim trunk/vimfiles/ftplugin/latex-suite/outline.py trunk/vimfiles/ftplugin/latex-suite/packages/SIunits trunk/vimfiles/ftplugin/latex-suite/packages/accents trunk/vimfiles/ftplugin/latex-suite/packages/acromake trunk/vimfiles/ftplugin/latex-suite/packages/afterpage trunk/vimfiles/ftplugin/latex-suite/packages/alltt trunk/vimfiles/ftplugin/latex-suite/packages/amsmath trunk/vimfiles/ftplugin/latex-suite/packages/amsthm trunk/vimfiles/ftplugin/latex-suite/packages/amsxtra trunk/vimfiles/ftplugin/latex-suite/packages/arabic trunk/vimfiles/ftplugin/latex-suite/packages/array trunk/vimfiles/ftplugin/latex-suite/packages/babel trunk/vimfiles/ftplugin/latex-suite/packages/bar trunk/vimfiles/ftplugin/latex-suite/packages/bm trunk/vimfiles/ftplugin/latex-suite/packages/bophook trunk/vimfiles/ftplugin/latex-suite/packages/boxedminipage trunk/vimfiles/ftplugin/latex-suite/packages/caption2 trunk/vimfiles/ftplugin/latex-suite/packages/cases trunk/vimfiles/ftplugin/latex-suite/packages/ccaption trunk/vimfiles/ftplugin/latex-suite/packages/changebar trunk/vimfiles/ftplugin/latex-suite/packages/chapterbib trunk/vimfiles/ftplugin/latex-suite/packages/cite trunk/vimfiles/ftplugin/latex-suite/packages/color trunk/vimfiles/ftplugin/latex-suite/packages/comma trunk/vimfiles/ftplugin/latex-suite/packages/deleq trunk/vimfiles/ftplugin/latex-suite/packages/drftcite trunk/vimfiles/ftplugin/latex-suite/packages/dropping trunk/vimfiles/ftplugin/latex-suite/packages/enumerate trunk/vimfiles/ftplugin/latex-suite/packages/eqlist trunk/vimfiles/ftplugin/latex-suite/packages/eqparbox trunk/vimfiles/ftplugin/latex-suite/packages/everyshi trunk/vimfiles/ftplugin/latex-suite/packages/exmpl trunk/vimfiles/ftplugin/latex-suite/packages/flafter trunk/vimfiles/ftplugin/latex-suite/packages/float trunk/vimfiles/ftplugin/latex-suite/packages/floatflt trunk/vimfiles/ftplugin/latex-suite/packages/fn2end trunk/vimfiles/ftplugin/latex-suite/packages/footmisc trunk/vimfiles/ftplugin/latex-suite/packages/geometry trunk/vimfiles/ftplugin/latex-suite/packages/german trunk/vimfiles/ftplugin/latex-suite/packages/graphicx trunk/vimfiles/ftplugin/latex-suite/packages/graphpap trunk/vimfiles/ftplugin/latex-suite/packages/harpoon trunk/vimfiles/ftplugin/latex-suite/packages/hhline trunk/vimfiles/ftplugin/latex-suite/packages/histogram trunk/vimfiles/ftplugin/latex-suite/packages/hyperref trunk/vimfiles/ftplugin/latex-suite/packages/ifthen trunk/vimfiles/ftplugin/latex-suite/packages/inputenc trunk/vimfiles/ftplugin/latex-suite/packages/letterspace trunk/vimfiles/ftplugin/latex-suite/packages/lineno trunk/vimfiles/ftplugin/latex-suite/packages/longtable trunk/vimfiles/ftplugin/latex-suite/packages/lscape trunk/vimfiles/ftplugin/latex-suite/packages/manyfoot trunk/vimfiles/ftplugin/latex-suite/packages/moreverb trunk/vimfiles/ftplugin/latex-suite/packages/multibox trunk/vimfiles/ftplugin/latex-suite/packages/multicol trunk/vimfiles/ftplugin/latex-suite/packages/newalg trunk/vimfiles/ftplugin/latex-suite/packages/ngerman trunk/vimfiles/ftplugin/latex-suite/packages/numprint trunk/vimfiles/ftplugin/latex-suite/packages/oldstyle trunk/vimfiles/ftplugin/latex-suite/packages/outliner trunk/vimfiles/ftplugin/latex-suite/packages/overcite trunk/vimfiles/ftplugin/latex-suite/packages/parallel trunk/vimfiles/ftplugin/latex-suite/packages/plain trunk/vimfiles/ftplugin/latex-suite/packages/plates trunk/vimfiles/ftplugin/latex-suite/packages/polski trunk/vimfiles/ftplugin/latex-suite/packages/psgo trunk/vimfiles/ftplugin/latex-suite/packages/schedule trunk/vimfiles/ftplugin/latex-suite/packages/textfit trunk/vimfiles/ftplugin/latex-suite/packages/times trunk/vimfiles/ftplugin/latex-suite/packages/tipa trunk/vimfiles/ftplugin/latex-suite/packages/ulem trunk/vimfiles/ftplugin/latex-suite/packages/url trunk/vimfiles/ftplugin/latex-suite/packages/verbatim trunk/vimfiles/ftplugin/latex-suite/packages/version trunk/vimfiles/ftplugin/latex-suite/packages.vim trunk/vimfiles/ftplugin/latex-suite/projecttemplate.vim trunk/vimfiles/ftplugin/latex-suite/pytools.py trunk/vimfiles/ftplugin/latex-suite/smartspace.vim trunk/vimfiles/ftplugin/latex-suite/templates/IEEEtran.tex trunk/vimfiles/ftplugin/latex-suite/templates/article.tex trunk/vimfiles/ftplugin/latex-suite/templates/report.tex trunk/vimfiles/ftplugin/latex-suite/templates/report_two_column.tex trunk/vimfiles/ftplugin/latex-suite/templates.vim trunk/vimfiles/ftplugin/latex-suite/texmenuconf.vim trunk/vimfiles/ftplugin/latex-suite/texproject.vim trunk/vimfiles/ftplugin/latex-suite/texrc trunk/vimfiles/ftplugin/latex-suite/texviewer.vim trunk/vimfiles/ftplugin/latex-suite/version.vim trunk/vimfiles/ftplugin/latex-suite/wizardfuncs.vim trunk/vimfiles/plugin/filebrowser.vim trunk/vimfiles/plugin/imaps.vim trunk/vimfiles/plugin/remoteOpen.vim Property changes on: trunk/TODO/README.txt ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/TODO/srinath ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/TODO/srinath-files/Makefile ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/TODO/srinath-files/ftplugin/cvs.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/TODO/srinath-files/ftplugin/docbk.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/TODO/srinath-files/ftplugin/html.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/TODO/srinath-files/ftplugin/mail.vim =================================================================== --- trunk/TODO/srinath-files/ftplugin/mail.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/TODO/srinath-files/ftplugin/mail.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -2,7 +2,7 @@ " Language: Mail " Maintainer: Lubomir Host <ho...@ke...> " License: GNU GPL -" Version: $Id$ +" Version: $Id: mail.vim 738 2003-09-04 21:21:05Z srinathava $ " Only do this when not done yet for this buffer Property changes on: trunk/TODO/srinath-files/ftplugin/mail.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/TODO/srinath-files/ftplugin/php.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/TODO/srinath-files/ftplugin/python.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/TODO/srinath-files/ftplugin/vim.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/TODO/srinath-files/ftplugin/xml.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/db2vim/db2vim =================================================================== --- trunk/db2vim/db2vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/db2vim/db2vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -21,7 +21,6 @@ numbers. Default to 'ls_' if unsupplied. """ -"$Id$" import xml.dom.minidom import getopt Property changes on: trunk/db2vim/db2vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/db2vim/domutils.py ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/db2vim/textutils.py ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/branching.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/coding-style.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/contact.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/contactsubmit.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/download/RELEASE-1.5.txt ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/download/latex-suite.html ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/download/latex-suite.txt ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/download/latexhelp.html ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/download/latexhelp.txt ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/download.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/faq.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/features.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/foot.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/head.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/index.php ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/links.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/main.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/manual.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/screenshots.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/style.css ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/htdocs/weare.inc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vim-latex/tutorial/VLS.txt ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/compiler/tex.vim =================================================================== --- trunk/vimfiles/compiler/tex.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/compiler/tex.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -2,7 +2,6 @@ " Type: compiler plugin for LaTeX " Original Author: Artem Chuprina <ra...@ra...> " Customization: Srinath Avadhanula <sr...@fa...> -" CVS: $Id$ " Description: {{{ " This file sets the 'makeprg' and 'errorformat' options for the LaTeX " compiler. It is customizable to optionally ignore certain warnings and Property changes on: trunk/vimfiles/compiler/tex.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/doc/Makefile.in ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/doc/README ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/doc/latex-suite-chunk.xsl =================================================================== --- trunk/vimfiles/doc/latex-suite-chunk.xsl 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/doc/latex-suite-chunk.xsl 2010-10-29 16:55:22 UTC (rev 1115) @@ -4,7 +4,7 @@ xmlns="http://www.w3.org/TR/xhtml1/transitional" exclude-result-prefixes="#default"> - <!-- $Id$ --> + <!-- $Id: latex-suite-chunk.xsl 1036 2008-05-31 16:10:30Z tmaas $ --> <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/> Property changes on: trunk/vimfiles/doc/latex-suite-chunk.xsl ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/doc/latex-suite-common.xsl =================================================================== --- trunk/vimfiles/doc/latex-suite-common.xsl 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/doc/latex-suite-common.xsl 2010-10-29 16:55:22 UTC (rev 1115) @@ -4,8 +4,6 @@ xmlns="http://www.w3.org/TR/xhtml1/transitional" exclude-result-prefixes="#default"> - <!-- $Id$ --> - <!-- Common customizations for all stylesheets --> <!-- this omits the trailing '.' in numbered sections --> Property changes on: trunk/vimfiles/doc/latex-suite-common.xsl ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/doc/latex-suite-quickstart.css ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/doc/latex-suite-quickstart.txt ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/doc/latex-suite.css ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/doc/latex-suite.xsl =================================================================== --- trunk/vimfiles/doc/latex-suite.xsl 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/doc/latex-suite.xsl 2010-10-29 16:55:22 UTC (rev 1115) @@ -4,8 +4,6 @@ xmlns="http://www.w3.org/TR/xhtml1/transitional" exclude-result-prefixes="#default"> - <!-- $Id$ --> - <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/> <!-- import common customizations --> Property changes on: trunk/vimfiles/doc/latex-suite.xsl ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/bib_latexSuite.vim =================================================================== --- trunk/vimfiles/ftplugin/bib_latexSuite.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/bib_latexSuite.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -6,7 +6,6 @@ " That file sets up 3 maps BBB, BAS, and BBA which are easy wasy to type in " bibliographic entries. " -" CVS: $Id$ " source main.vim because we need a few functions from it. runtime ftplugin/latex-suite/main.vim Property changes on: trunk/vimfiles/ftplugin/bib_latexSuite.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/bibtex.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/bibtex.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/bibtex.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -4,7 +4,6 @@ " Author: Alan G Isaac <ai...@am...> " modified by Srinath Avadhanula for latex-suite. " License: Vim Charityware license. -" CVS: $Id$ "============================================================================= " Fields: Property changes on: trunk/vimfiles/ftplugin/latex-suite/bibtex.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/bibtools.py ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/brackets.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/brackets.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/brackets.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -3,7 +3,6 @@ " Srinath Avadhanula incorporated it into latex-suite with " significant modifications. " Parts of this file may be copyrighted by others as noted. -" CVS: $Id$ " Description: " This ftplugin provides the following maps: " . <M-b> encloses the previous character in \mathbf{} Property changes on: trunk/vimfiles/ftplugin/latex-suite/brackets.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/compiler.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -4,7 +4,6 @@ " Created: Tue Apr 23 05:00 PM 2002 PST " " Description: functions for compiling/viewing/searching latex documents -" CVS: $Id$ "============================================================================= " Tex_SetTeXCompilerTarget: sets the 'target' for the next call to Tex_RunLaTeX() {{{ Property changes on: trunk/vimfiles/ftplugin/latex-suite/compiler.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/custommacros.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/custommacros.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/custommacros.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -3,7 +3,6 @@ " Author: Mikolaj Machowski " Version: 1.0 " Created: Tue Apr 23 05:00 PM 2002 PST -" CVS: $Id$ " " Description: functions for processing custom macros in the " latex-suite/macros directory Property changes on: trunk/vimfiles/ftplugin/latex-suite/custommacros.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/diacritics.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/dictionaries/SIunits ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/dictionaries/dictionary ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/elementmacros.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/envmacros.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/envmacros.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/envmacros.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -2,7 +2,7 @@ " File: envmacros.vim " Author: Mikolaj Machowski " Created: Tue Apr 23 08:00 PM 2002 PST -" CVS Header: $Id$ +" CVS Header: $Id: envmacros.vim 1101 2010-01-28 23:30:56Z tmaas $ " Description: mappings/menus for environments. "============================================================================= Property changes on: trunk/vimfiles/ftplugin/latex-suite/envmacros.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/folding.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/folding.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/folding.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -2,7 +2,6 @@ " File: folding.vim " Author: Srinath Avadhanula " modifications/additions by Zhang Linbo -" CVS: $Id$ " Created: Tue Apr 23 05:00 PM 2002 PST " " Description: functions to interact with Syntaxfolds.vim Property changes on: trunk/vimfiles/ftplugin/latex-suite/folding.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/macros/example ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/main.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/main.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/main.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -1,7 +1,6 @@ " LaTeX filetype " Language: LaTeX (ft=tex) " Maintainer: Srinath Avadhanula -" CVS: $Id$ " URL: " line continuation used here. Property changes on: trunk/vimfiles/ftplugin/latex-suite/main.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/mathmacros-utf.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/mathmacros.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/multicompile.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/multicompile.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/multicompile.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -6,7 +6,6 @@ " right. " License: Vim Charityware License " Part of vim-latexSuite: http://vim-latex.sourceforge.net -" CVS: $Id$ " ============================================================================ " The contents of this file have been moved to compiler.vim, the file which Property changes on: trunk/vimfiles/ftplugin/latex-suite/multicompile.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/outline.py ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/SIunits ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/accents ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/acromake ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/afterpage ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/alltt ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/amsmath ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/amsthm ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/amsxtra ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/arabic ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/array ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/babel ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/bar ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/bm ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/bophook ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/boxedminipage ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/caption2 ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/cases ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/ccaption ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/changebar ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/chapterbib ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/cite ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/color ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/comma ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/deleq ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/drftcite ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/dropping ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/enumerate ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/eqlist ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/eqparbox ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/everyshi ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/exmpl ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/flafter ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/float ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/floatflt ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/fn2end ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/footmisc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/geometry ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/german ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/graphicx ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/graphpap ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/harpoon ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/hhline ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/histogram ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/hyperref ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/ifthen ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/inputenc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/letterspace ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/lineno ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/longtable ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/lscape ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/manyfoot ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/moreverb ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/multibox ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/multicol ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/newalg ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/ngerman ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/numprint ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/oldstyle ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/outliner ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/overcite ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/parallel ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/plain ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/plates ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/polski ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/psgo ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/schedule ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/textfit ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/times ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/tipa ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/ulem ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/url ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/verbatim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages/version ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/packages.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/packages.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/packages.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -2,7 +2,6 @@ " File: packages.vim " Author: Mikolaj Machowski " Created: Tue Apr 23 06:00 PM 2002 PST -" CVS: $Id$ " " Description: handling packages from within vim "============================================================================= Property changes on: trunk/vimfiles/ftplugin/latex-suite/packages.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/projecttemplate.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/pytools.py ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/smartspace.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/templates/IEEEtran.tex ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/templates/article.tex ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/templates/report.tex ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/templates/report_two_column.tex ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/templates.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/templates.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/templates.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -5,7 +5,6 @@ " (plus other modifications by Mikolaj Machowski) " Version: 1.0 " Created: Tue Apr 23 05:00 PM 2002 PST -" CVS: $Id$ " " Description: functions for handling templates in latex-suite/templates " directory. Property changes on: trunk/vimfiles/ftplugin/latex-suite/templates.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/texmenuconf.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/texmenuconf.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/texmenuconf.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -3,7 +3,6 @@ " Author: Srinath Avadhanula " Copyright: Vim charityware license. :help license " Description: -" CVS: $Id$ " "============================================================================= Property changes on: trunk/vimfiles/ftplugin/latex-suite/texmenuconf.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/texproject.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/texrc =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/texrc 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/texrc 2010-10-29 16:55:22 UTC (rev 1115) @@ -3,7 +3,6 @@ " File: texrc.vim " Author: Srinath Avadhanula " Created: Mon Apr 01 11:00 AM 2002 PST -" CVS: $Id$ " " Description: This file contains resource configuration information for the " latex-suite package. @@ -24,7 +23,6 @@ " in this case. " " NOTE: This file is best viewed with Vim-6.0+ with folding turned on. -" CVS: $Id$ "============================================================================= " ============================================================================== Property changes on: trunk/vimfiles/ftplugin/latex-suite/texrc ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -5,7 +5,6 @@ " Description: make a viewer for various purposes: \cite{, \ref{ " License: Vim Charityware License " Part of vim-latexSuite: http://vim-latex.sourceforge.net -" CVS: $Id$ " ============================================================================ " Tex_SetTexViewerMaps: sets maps for this ftplugin {{{ function! Tex_SetTexViewerMaps() Property changes on: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/version.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/ftplugin/latex-suite/wizardfuncs.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Property changes on: trunk/vimfiles/plugin/filebrowser.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/plugin/imaps.vim =================================================================== --- trunk/vimfiles/plugin/imaps.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/plugin/imaps.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -7,7 +7,7 @@ " Description: insert mode template expander with cursor placement " while preserving filetype indentation. " -" $Id$ +" $Id: imaps.vim 997 2006-03-20 09:45:45Z srinathava $ " " Documentation: {{{ " Property changes on: trunk/vimfiles/plugin/imaps.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision Modified: trunk/vimfiles/plugin/remoteOpen.vim =================================================================== --- trunk/vimfiles/plugin/remoteOpen.vim 2010-10-28 20:20:34 UTC (rev 1114) +++ trunk/vimfiles/plugin/remoteOpen.vim 2010-10-29 16:55:22 UTC (rev 1115) @@ -1,6 +1,6 @@ " File: remoteOpen.vim " Author: Srinath Avadhanula <srinath AT fastmail DOT fm> -" $Id$ +" $Id: remoteOpen.vim 1080 2010-01-26 22:02:34Z tmaas $ " " Description: " Often times, an external program needs to open a file in gvim from the Property changes on: trunk/vimfiles/plugin/remoteOpen.vim ___________________________________________________________________ Deleted: svn:keywords - Author Date Id Revision This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-10-28 20:20:40
|
Revision: 1114 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1114&view=rev Author: tmaas Date: 2010-10-28 20:20:34 +0000 (Thu, 28 Oct 2010) Log Message: ----------- Remove some default error formats. The default error patterns, that are removed by this patch, match wrongly version messages (for example of revtex4). The comparable error formats in compiler/tex.vim are less error-prone. Author: Johann Felix Soden <jo...@gm...> Bug-Debian: http://bugs.debian.org/582100 Modified Paths: -------------- trunk/vimfiles/compiler/tex.vim Modified: trunk/vimfiles/compiler/tex.vim =================================================================== --- trunk/vimfiles/compiler/tex.vim 2010-10-28 20:08:43 UTC (rev 1113) +++ trunk/vimfiles/compiler/tex.vim 2010-10-28 20:20:34 UTC (rev 1114) @@ -195,6 +195,11 @@ let pm = ( g:Tex_ShowallLines == 1 ? '+' : '-' ) setlocal efm= + " remove default error formats that cause issues with revtex, where they + " match version messages + " Reference: http://bugs.debian.org/582100 + setlocal efm-=%f:%l:%m + setlocal efm-=%f:%l:%c:%m if !g:Tex_ShowallLines call s:IgnoreWarnings() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-10-28 20:08:49
|
Revision: 1113 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1113&view=rev Author: tmaas Date: 2010-10-28 20:08:43 +0000 (Thu, 28 Oct 2010) Log Message: ----------- Support forward search for dvi files with okular Patch by Mario Santagiuliana http://sourceforge.net/tracker/?func=detail&aid=3004833&group_id=52322&atid=466458 Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/compiler.vim Modified: trunk/vimfiles/ftplugin/latex-suite/compiler.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-10-27 21:27:11 UTC (rev 1112) +++ trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-10-28 20:08:43 UTC (rev 1113) @@ -373,7 +373,7 @@ " We're either UNIX or Mac and using a UNIX-type viewer " Check for the special DVI viewers first - if (viewer == "xdvi" || viewer == "xdvik" || viewer == "kdvi" ) + if (viewer == "xdvi" || viewer == "xdvik" || viewer == "kdvi" || viewer == "okular") if Tex_GetVarValue('Tex_UseEditorSettingInDVIViewer') == 1 && \ exists('v:servername') && @@ -391,6 +391,11 @@ let execString = 'silent! !'.viewer.' -name xdvi -sourceposition "'.line('.').' '.expand("%").'" '.mainfnameRoot.'.dvi' + elseif viewer == "okular" + + let execString = 'silent! !okular '.mainfnameRoot.'.dvi\#src:'.line('.').expand("%") + + endif else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-10-27 22:05:01
|
Revision: 1112 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1112&view=rev Author: tmaas Date: 2010-10-27 21:27:11 +0000 (Wed, 27 Oct 2010) Log Message: ----------- fix lcd invocation with fnameescape Changeset 1061 broke two lcd invocations with adding fnameescape, e.g. for F9 completion. Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim Modified: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-10-07 20:34:41 UTC (rev 1111) +++ trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-10-27 21:27:11 UTC (rev 1112) @@ -610,7 +610,7 @@ let foundCiteFile = 1 split - lcd fnameescape(expand('%:p:h')) + exec 'lcd'.fnameescape(expand('%:p:h')) call Tex_Debug("silent! grepadd! ".Tex_EscapeForGrep('\\bibitem{'.a:prefix)." %", 'view') call Tex_Grepadd('\\bibitem\s*[\[|{]'.a:prefix, "%") q @@ -653,7 +653,7 @@ function! Tex_ScanFileForLabels(prefix) call Tex_Debug("+Tex_ScanFileForLabels: grepping in file [".bufname('%')."]", "view") - lcd fnameescape(expand('%:p:h')) + exec 'lcd'.fnameescape(expand('%:p:h')) call Tex_Grepadd('\\label{'.a:prefix, "%") " Then recursively grep for all \include'd or \input'ed files. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-10-07 20:34:47
|
Revision: 1111 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1111&view=rev Author: tmaas Date: 2010-10-07 20:34:41 +0000 (Thu, 07 Oct 2010) Log Message: ----------- move refcard link to manual Modified Paths: -------------- trunk/htdocs/links.inc trunk/htdocs/manual.inc Modified: trunk/htdocs/links.inc =================================================================== --- trunk/htdocs/links.inc 2010-10-07 20:23:35 UTC (rev 1110) +++ trunk/htdocs/links.inc 2010-10-07 20:34:41 UTC (rev 1111) @@ -13,7 +13,6 @@ <li><a href="index.php?subject=branching&title=Branching%20Cheat%20Sheet">CVS Branching HOWTO</a></li> - <li><a href="http://users.physik.fu-berlin.de/~mgoerz/blog/2008/05/vim-latexsuite-refcard/">Vim-latex reference card</a></li> <!-- <li><a href="index.php?subject=patch&title=Submitting%20a%20patch">Submitting Modified: trunk/htdocs/manual.inc =================================================================== --- trunk/htdocs/manual.inc 2010-10-07 20:23:35 UTC (rev 1110) +++ trunk/htdocs/manual.inc 2010-10-07 20:34:41 UTC (rev 1111) @@ -70,6 +70,10 @@ </p> <p>Type <tt>:help helptags</tt> from within Vim for more information</p>. +<a name="vim-latex-ref-card"></a> +<h2>Vim-Latex Reference Card</h2> +Michael Goerz created a <a href="http://users.physik.fu-berlin.de/~mgoerz/blog/refcards/#latexsuite">a incomplete reference card for vim-latex key bindings</a>. + <?php // vim:ft=php:noet:ts=4 ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-10-07 20:23:41
|
Revision: 1110 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1110&view=rev Author: tmaas Date: 2010-10-07 20:23:35 +0000 (Thu, 07 Oct 2010) Log Message: ----------- Add link to vim-latex reference card Modified Paths: -------------- trunk/htdocs/links.inc Modified: trunk/htdocs/links.inc =================================================================== --- trunk/htdocs/links.inc 2010-10-07 20:19:23 UTC (rev 1109) +++ trunk/htdocs/links.inc 2010-10-07 20:23:35 UTC (rev 1110) @@ -13,6 +13,7 @@ <li><a href="index.php?subject=branching&title=Branching%20Cheat%20Sheet">CVS Branching HOWTO</a></li> + <li><a href="http://users.physik.fu-berlin.de/~mgoerz/blog/2008/05/vim-latexsuite-refcard/">Vim-latex reference card</a></li> <!-- <li><a href="index.php?subject=patch&title=Submitting%20a%20patch">Submitting This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-10-07 20:19:29
|
Revision: 1109 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1109&view=rev Author: tmaas Date: 2010-10-07 20:19:23 +0000 (Thu, 07 Oct 2010) Log Message: ----------- fix setting mapleader to space Patch by Mika Fischer <mik...@zo...> Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/compiler.vim trunk/vimfiles/ftplugin/latex-suite/folding.vim trunk/vimfiles/ftplugin/latex-suite/main.vim Modified: trunk/vimfiles/ftplugin/latex-suite/compiler.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-10-02 16:55:39 UTC (rev 1108) +++ trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-10-07 20:19:23 UTC (rev 1109) @@ -842,7 +842,7 @@ if exists('b:Tex_doneCompilerMaps') return endif - let s:ml = exists('g:mapleader') ? g:mapleader : "\\" + let s:ml = '<Leader>' nnoremap <buffer> <Plug>Tex_Compile :call Tex_RunLaTeX()<cr> vnoremap <buffer> <Plug>Tex_Compile :call Tex_PartCompile()<cr> Modified: trunk/vimfiles/ftplugin/latex-suite/folding.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/folding.vim 2010-10-02 16:55:39 UTC (rev 1108) +++ trunk/vimfiles/ftplugin/latex-suite/folding.vim 2010-10-07 20:19:23 UTC (rev 1109) @@ -30,7 +30,7 @@ call MakeTexFolds(0) endif - let s:ml = exists('g:mapleader') ? g:mapleader : "\\" + let s:ml = '<Leader>' call Tex_MakeMap(s:ml."rf", "<Plug>Tex_RefreshFolds", 'n', '<silent> <buffer>') Modified: trunk/vimfiles/ftplugin/latex-suite/main.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/main.vim 2010-10-02 16:55:39 UTC (rev 1108) +++ trunk/vimfiles/ftplugin/latex-suite/main.vim 2010-10-07 20:19:23 UTC (rev 1109) @@ -41,7 +41,7 @@ " ============================================================================== " {{{ " calculate the mapleader character. -let s:ml = exists('g:mapleader') ? g:mapleader : '\' +let s:ml = '<Leader>' if !exists('s:doneMappings') let s:doneMappings = 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-10-02 16:55:45
|
Revision: 1108 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1108&view=rev Author: tmaas Date: 2010-10-02 16:55:39 +0000 (Sat, 02 Oct 2010) Log Message: ----------- Do not indent inside comment environments Modified Paths: -------------- trunk/vimfiles/indent/tex.vim Modified: trunk/vimfiles/indent/tex.vim =================================================================== --- trunk/vimfiles/indent/tex.vim 2010-09-07 03:01:10 UTC (rev 1107) +++ trunk/vimfiles/indent/tex.vim 2010-10-02 16:55:39 UTC (rev 1108) @@ -85,11 +85,12 @@ endif " Add a 'shiftwidth' after beginning of environments. - " Don't add it for \begin{document} and \begin{verbatim} + " Don't add it for \begin{document}, \begin{verbatim} and \begin{comment} ""if line =~ '^\s*\\begin{\(.*\)}' && line !~ 'verbatim' " LH modification : \begin does not always start a line if line =~ '\\begin{\(.*\)}' && line !~ 'verbatim' \ && line !~ 'document' + \ && line !~ 'comment' let ind = ind + &sw @@ -105,6 +106,7 @@ " Subtract a 'shiftwidth' when an environment ends if cline =~ '^\s*\\end' && cline !~ 'verbatim' \&& cline !~ 'document' + \&& cline !~ 'comment' if g:tex_indent_items == 1 " Remove another sw for item-environments This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tp...@us...> - 2010-09-07 03:01:16
|
Revision: 1107 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1107&view=rev Author: tpavlic Date: 2010-09-07 03:01:10 +0000 (Tue, 07 Sep 2010) Log Message: ----------- Fold all %%fake, not just %%fakesection (by Gerd Wachsmuth) Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/folding.vim Modified: trunk/vimfiles/ftplugin/latex-suite/folding.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/folding.vim 2010-02-17 14:32:50 UTC (rev 1106) +++ trunk/vimfiles/ftplugin/latex-suite/folding.vim 2010-09-07 03:01:10 UTC (rev 1107) @@ -54,7 +54,7 @@ if s =~ '%%fakesection' let s = '^\s*' . s else - let s = '^\s*\\' . s . '\W' + let s = '^\s*\\' . s . '\W\|^\s*%%fake' . s endif let endpat = s . '\|' . a:endpat if i > 0 @@ -119,7 +119,7 @@ endif if !exists('g:Tex_FoldedSections') - let g:Tex_FoldedSections = 'part,chapter,section,%%fakesection,' + let g:Tex_FoldedSections = 'part,chapter,section,' \. 'subsection,subsubsection,paragraph' endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-02-17 14:32:57
|
Revision: 1106 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1106&view=rev Author: tmaas Date: 2010-02-17 14:32:50 +0000 (Wed, 17 Feb 2010) Log Message: ----------- biblatex, fixme, csquotes & pagenate package support files by Andreas Wagner Added Paths: ----------- trunk/vimfiles/ftplugin/latex-suite/packages/biblatex trunk/vimfiles/ftplugin/latex-suite/packages/csquotes trunk/vimfiles/ftplugin/latex-suite/packages/fixme trunk/vimfiles/ftplugin/latex-suite/packages/pagenote Added: trunk/vimfiles/ftplugin/latex-suite/packages/biblatex =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/packages/biblatex (rev 0) +++ trunk/vimfiles/ftplugin/latex-suite/packages/biblatex 2010-02-17 14:32:50 UTC (rev 1106) @@ -0,0 +1,159 @@ +" Biblatex package support v 0.1 2010-02-17 +" This file has been written by +" Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de> +" based on the documentation of +" biblatex 0.8e, July 4 2009. +" It can be used, modified and distributed according to the vim license. + + +if exists("biblatex_package_file") + finish +endif +let biblatex_package_file = 1 + +let g:TeX_package_option_biblatex = +\ 'style=,' +\.'citestyle=,' +\.'bibstyle=,' +\.'natbib=,' +\.'sorting=,' +\.'sortlos=,' +\.'sortcites=,' +\.'maxnames=,' +\.'minnames=,' +\.'maxitems=,' +\.'minitems=,' +\.'autocite=,' +\.'autopunct=,' +\.'babel=,' +\.'block=,' +\.'hyperref=,' +\.'backref=,' +\.'indexing=,' +\.'loadfiles=,' +\.'refsection=,' +\.'refsegment=,' +\.'citereset=,' +\.'abbreviate=,' +\.'date=,' +\.'urldate=,' +\.'defernums=,' +\.'punctfont=,' +\.'arxiv=,' +\.'backend=,' +\.'mincrossrefs=,' +\.'bibencoding=,' +\.'useauthor=,' +\.'useeditor=,' +\.'usetranslator=,' +\.'useprefix=,' +\.'skipbib=,' +\.'skiplos=,' +\.'skiplab=,' +\.'dataonly=,' +\.'pagetracker=,' +\.'citetracker=,' +\.'ibidtracker=,' +\.'idemtracker=,' +\.'opcittracker=,' +\.'loccittracker=,' +\.'firstinits=,' +\.'terseinits=,' +\.'labelalpha=,' +\.'labelnumber=,' +\.'labelyear=,' +\.'singletitle=,' +\.'uniquename=,' +\.'openbib' + +let g:TeX_package_biblatex = +\ 'sbr:preamble,' +\.'bra:ExecuteBibliographyOptions{<+key=value+>},' +\.'bra:Bibliography{<+file+>},' +\.'sbr:localization,' +\.'brd:DefineBibliographyStrings{<+lang+>}{<+definitions+>},' +\.'brd:DefineBibliographyExtras{<+lang+>}{<+code+>},' +\.'brd:UndefineBibliographyExtras{<+lang+>}{<+code+>},' +\.'brd:DefineHyphenationExceptions{<+lang+>}{<+text+>},' +\.'bra:NewBibliographyString{<+key+>},' +\.'sbr:main_commands,' +\.'brs:cite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Cite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:cite*[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:parencite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Parencite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:parencite*[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:footcite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Footcite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:textcite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Textcite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'bra:supercite{<+key+>},' +\.'brs:autocite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Autocite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:autocite*[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Autocite*[<+prenote+>][<+postnote+>]{<+key+>},' +\.'sbr:multicites,' +\.'brs:cites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Cites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:parencites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Parencites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:footcites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Footcites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:textcites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Textcites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:supercites(<+prenote+>)(<+postnote+>){<+key+>}{<+key+>},' +\.'brs:autocites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Autocites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},' +\.'sbr:text_commands,' +\.'brs:citeauthor[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Citeauthor[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:citetitle[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:citetitle*[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:citeyear[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:citeurl[<+prenote+>][<+postnote+>]{<+key+>},' +\.'sbr:special_commands,' +\.'bra:nocite{<+key+>},' +\.'nor:citereset,' +\.'nor:citereset*,' +\.'nor:mancite,' +\.'brs:fullcite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:footfullcite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:volcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:Volcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:pvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:Pvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:fvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:Fvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:tvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:Tvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:avolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:Avolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},' +\.'brs:notecite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Notecite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:pnotecite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Pnotecite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:fnotecite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:Fnotecite[<+prenote+>][<+postnote+>]{<+key+>},' +\.'brs:citename[<+prenote+>][<+postnote+>]{<+key+>}[<+format+>]{<+list+>},' +\.'brs:citelist[<+prenote+>][<+postnote+>]{<+key+>}[<+format+>]{<+list+>},' +\.'brs:citefield[<+prenote+>][<+postnote+>]{<+key+>}[<+format+>]{<+field+>},' +\.'sbr:sorting,' +\.'eno:refsection[<+bibfiles+>],' +\.'noo:newrefsection[<+bibfiles+>],' +\.'eno:refsegment[<+bibfiles+>],' +\.'noo:newsegment[<+bibfiles+>],' +\.'bra:DeclareBibliographyCategory{<+category+>},' +\.'brd:addtocategory{<+category+>}{<+key+>},' +\.'brd:defbibheading{<+name+>}{<+code+>},' +\.'brd:defbibnote{<+name+>}{<+text+>},' +\.'bra:segment,' +\.'bra:type,' +\.'bra:keyword,' +\.'bra:category,' +\.'sbr:endmatter,' +\.'noo:printbibliography[<+key=value+>],' +\.'noo:printshorthands[<+key=value+>],' +\.'noo:bibbysection[<+key=value+>],' +\.'noo:bibbysegment[<+key=value+>],' +\.'noo:bibbycategory[<+key=value+>]' + Added: trunk/vimfiles/ftplugin/latex-suite/packages/csquotes =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/packages/csquotes (rev 0) +++ trunk/vimfiles/ftplugin/latex-suite/packages/csquotes 2010-02-17 14:32:50 UTC (rev 1106) @@ -0,0 +1,104 @@ +" Csquotes package support v 0.1 2010-02-17 +" This file has been written by +" Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de> +" based on the documentation of +" csquotes 4.4a, July 4 2009 +" It can be used, modified and distributed according to the vim license. + + +if exists("csquotes_package_file") + finish +endif +let csquotes_package_file = 1 + +let g:TeX_package_option_csquotes = +\ 'strict=,' +\.'babel=,' +\.'maxlevel=,' +\.'style=,' +\.'danish=,' +\.'english=,' +\.'french=,' +\.'german=,' +\.'italian=,' +\.'norwegian=,' +\.'portuguese=,' +\.'spanish=,' +\.'swedish=' + +let g:TeX_package_csquotes = +\ 'sbr:basic,' +\.'bra:enquote{<+text+>},' +\.'bra:enquote*{<+text+>},' +\.'brs:textquote[<+cite+>][<+punct+>]{<+text+>},' +\.'brs:textquote*[<+cite+>][<+punct+>]{<+text+>},' +\.'brs:blockquote[<+cite+>][<+punct+>]{<+text+>},' +\.'sbr:foreign_text,' +\.'brd:foreignquote{<+lang+>}{<+text+>},' +\.'brd:foreignquote*{<+lang+>}{<+text+>},' +\.'brd:hyphenquote{<+lang+>}{<+text+>},' +\.'brd:hyphenquote*{<+lang+>}{<+text+>},' +\.'brs:foreigntextquote{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},' +\.'brs:foreigntextquote*{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},' +\.'brs:hyphentextquote{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},' +\.'brs:hyphentextquote*{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},' +\.'brs:foreignblockquote{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},' +\.'brs:hyphenblockquote{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},' +\.'sbr:active_quotes,' +\.'bra:MakeOuterQuote{<+character+>},' +\.'bra:MakeInnerQuote{<+character+>},' +\.'brd:MakeAutoQuote{<+opening_character+>}{<+closing_character+>},' +\.'brd:MakeAutoQuote*{<+opening_character+>}{<+closing_character+>},' +\.'brs:MakeForeignQuote{<+lang+>}{<+opening_character+>}{<+closing_character+>},' +\.'brs:MakeForeignQuote*{<+lang+>}{<+opening_character+>}{<+closing_character+>},' +\.'brs:MakeHyphenQuote{<+lang+>}{<+opening_character+>}{<+closing_character+>},' +\.'brs:MakeHyphenQuote*{<+lang+>}{<+opening_character+>}{<+closing_character+>},' +\.'brs:MakeBlockQuote{<+opening_character+>}{<+delimiter+>}{<+closing_character+>},' +\.'brs:MakeForeignBlockQuote{<+lang+>}{<+opening_character+>}{<+delimiter+>}{<+closing_character+>},' +\.'brs:MakeHyphenBlockQuote{<+lang+>}{<+opening_character+>}{<+delimiter+>}{<+closing_character+>},' +\.'nor:EnableQuote,' +\.'nor:DisableQuotes,' +\.'nor:VerbatimQuotes,' +\.'nor:DeleteQuotes,' +\.'sbr:automatic_citation,' +\.'brs:textcquote[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},' +\.'brs:textcquote*[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},' +\.'brs:foreigntextcquote{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},' +\.'brs:foreigntextcquote*{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},' +\.'brs:hyphentextcquote{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},' +\.'brs:hyphentextcquote*{<+x+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},' +\.'brs:blockcquote[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},' +\.'brs:foreignblockcquote{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},' +\.'brs:hyphenblockcquote{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},' +\.'sbr:display_quotes,' +\.'ens:displayquote:[<+cite+>][<+punct+>],' +\.'ens:foreigndisplayquote:{<+lang+>}[<+cite+>][<+punct+>],' +\.'ens:hyphendisplayquote:{<+lang+>}[<+cite+>][<+punct+>],' +\.'ens:displaycquote:[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>],' +\.'ens:foreigndisplaycquote:{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>],' +\.'ens:hyphendisplaycquote:{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>],' +\.'sbr:config,' +\.'nob:setquotestyle,' +\.'nor:setquotestyle*,' +\.'brs:DeclareQuoteStyle[<+variant+>]{<+style+>}[<+outer_init+>][<+inner_init+>]{<+opening_outer_mark+>}[<+middle_outer_mark+>]{<+closing_outer_mark+>}[<+kern+>]{<+opening_inner_mark+>}[<+middle_inner_mark+>]{<+closing_inner_mark+>},' +\.'brs:DeclareQuoteAlias[<+variant+>]{<+style+>}{<+alias+>},' +\.'bra:DeclareQuoteOption{<+style+>},' +\.'bra:ExecuteQuoteOptions{<+key=value+>},' +\.'brs:DeclarePlainStyle{<+opening_outer_mark+>}{<+closing_outer_mark+>}{<+opening_inner_mark+>}{<+closing_inner_mark+>},' +\.'bra:SetBlockThreshold{<+integer+>},' +\.'bra:SetBlockEnvironment{<+environment+>},' +\.'bra:SetCiteCommand{<+command+>},' +\.'sbr:helper_expressions,' +\.'brd:ifblockquote,' +\.'brd:ifquotepunct,' +\.'brd:ifquoteterm,' +\.'brd:ifquotecolon,' +\.'brd:ifquotecomma,' +\.'brd:ifquoteexcmlam,' +\.'brd:ifquotequestion,' +\.'brd:ifquotesemicolon,' +\.'brs:ifstringblank{<+string+>}{<+true+>}{<+false+>}' + +let g:TeX_SmartQuoteOpen = "\\enquote\{" +let g:TeX_SmartQuoteClose = "\}" + Added: trunk/vimfiles/ftplugin/latex-suite/packages/fixme =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/packages/fixme (rev 0) +++ trunk/vimfiles/ftplugin/latex-suite/packages/fixme 2010-02-17 14:32:50 UTC (rev 1106) @@ -0,0 +1,42 @@ +" Fixme package support v 0.1 2010-02-17 +" This file has been written by +" Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de> +" based on the documentation of +" fixme November 28 2007 +" It can be used, modified and distributed according to the vim license. + + +if exists("fixme_package_file") + finish +endif +let fixme_package_file = 1 + +let g:TeX_package_option_fixme = +\ 'draft,' +\.'final,' +\.'silent,' +\.'nosilent,' +\.'inline,' +\.'margin,' +\.'marginclue,' +\.'footnote,' +\.'index,' +\.'noinline,' +\.'nomargin,' +\.'nomarginclue,' +\.'nofootnote,' +\.'noindex' + +let g:TeX_package_fixme = +\ 'sbr:simple,' +\.'nob:fixme[<+layout+>]{<+note+>},' +\.'nob:fxnote[<+layout+>]{<+note+>},' +\.'nob:fxwarning[<+layout+>]{<+note+>},' +\.'nob:fxerror[<+layout+>]{<+note+>},' +\.'sbr:environments,' +\.'eno:afixme[<+summary+>],' +\.'eno:anfxnote[<+summary+>],' +\.'eno:anfxwarning[<+summary+>],' +\.'eno:anfxerror[<+summary+>],' +\.'sbr:other,' +\.'nor:listoffixmes' Added: trunk/vimfiles/ftplugin/latex-suite/packages/pagenote =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/packages/pagenote (rev 0) +++ trunk/vimfiles/ftplugin/latex-suite/packages/pagenote 2010-02-17 14:32:50 UTC (rev 1106) @@ -0,0 +1,26 @@ +" Pagenote package support v 0.1 2010-02-17 +" This file has been written by +" Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de> +" based on the documentation of +" pagenote 27 September 2004 +" It can be used, modified and distributed according to the vim license. + + +if exists("pagenote_package_file") + finish +endif +let pagenote_package_file = 1 + +let g:TeX_package_option_pagenote = +\ 'continuous,' +\.'page' + +let g:TeX_package_pagenote = +\ 'sbr:preamble,' +\.'nor:makepagenote,' +\.'sbr:regular,' +\.'nob:pagenote[<+lemma+>]{<+note+>},' +\.'sbr:end,' +\.'nor:printnotes,' +\.'nor:printnotes*' + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-02-02 23:51:45
|
Revision: 1105 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1105&view=rev Author: tmaas Date: 2010-02-02 23:51:36 +0000 (Tue, 02 Feb 2010) Log Message: ----------- properly escapee arguments for outline.main - a the usage of fnameescape in changeset 1098 was not correct for running outline.main or outline.py. This has now been corrected using vim.eval and shellescape Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim Modified: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-01-29 00:38:56 UTC (rev 1104) +++ trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-02-02 23:51:36 UTC (rev 1105) @@ -738,6 +738,15 @@ set cmdheight=1 set lazyredraw + if has('python') && Tex_GetVarValue('Tex_UsePython') + python retval = outline.main(vim.eval("Tex_GetMainFileName(':p')"), vim.eval("s:prefix")) + + " transfer variable from python to a local variable. + python vim.command("""let retval = "%s" """ % re.sub(r'"|\\', r'\\\g<0>', retval)) + else + let retval = system(shellescape(s:path.'/outline.py').' '.shellescape(mainfname).' '.shellescape(s:prefix)) + endif + bot split __OUTLINE__ exec Tex_GetVarValue('Tex_OutlineWindowHeight', 15).' wincmd _' @@ -751,20 +760,8 @@ " delete everything in it to the blackhole % d _ + 0put!=retval - if has('python') && Tex_GetVarValue('Tex_UsePython') - exec 'python retval = outline.main(' - \. 'r"' . fnameescape(fnamemodify(mainfname, ':p')) . '", ' - \. 'r"' . s:prefix . '")' - - " transfer variable from python to a local variable. - python vim.command("""let retval = "%s" """ % re.sub(r'"|\\', r'\\\g<0>', retval)) - - 0put!=retval - else - exec '0r!'.shellescape(s:path.'/outline.py').' '.fnameescape(mainfname).' '.s:prefix - endif - 0 call Tex_SetupOutlineSyntax() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-01-29 01:03:45
|
Revision: 1104 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1104&view=rev Author: tmaas Date: 2010-01-29 00:38:56 +0000 (Fri, 29 Jan 2010) Log Message: ----------- Fix the cite completion: \cite[\cf{abcd}]{<F9> Author: Johann Felix Soden <jo...@gm...> Bug-Debian: http://bugs.debian.org/449016 Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim Modified: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-01-29 00:01:51 UTC (rev 1103) +++ trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-01-29 00:38:56 UTC (rev 1104) @@ -68,7 +68,7 @@ " from which we need to extract " s:type = 'psfig' " s:typeoption = '[option=value]' - let pattern = '.*\\\(\w\{-}\)\(\[.\{-}\]\)\?{\(\S\+\)\?$' + let pattern = '.*\\\(\w\{-}\)\(\[.\{-}\]\)*{\([^ [\]\t]\+\)\?$' if s:curline =~ pattern let s:type = substitute(s:curline, pattern, '\1', 'e') let s:typeoption = substitute(s:curline, pattern, '\2', 'e') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-01-29 00:02:00
|
Revision: 1103 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1103&view=rev Author: tmaas Date: 2010-01-29 00:01:51 +0000 (Fri, 29 Jan 2010) Log Message: ----------- outline.py: \% should not start a comment - This still leaves a buggy case behind, because \\% should start a comment. :-/ Author: Johann Felix Soden <jo...@gm...> Bug-Debian: http://bugs.debian.org/381161 Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/outline.py Modified: trunk/vimfiles/ftplugin/latex-suite/outline.py =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/outline.py 2010-01-28 23:49:04 UTC (rev 1102) +++ trunk/vimfiles/ftplugin/latex-suite/outline.py 2010-01-29 00:01:51 UTC (rev 1103) @@ -41,7 +41,8 @@ def stripComments(contents): # remove all comments except those of the form # %%==== FILENAME: <filename.tex> - uncomm = [re.sub('%(?!==== FILENAME: ).*', '', line) for line in contents.splitlines()] + # BUG: This comment right after a new paragraph is not recognized: foo\\%comment + uncomm = [re.sub('(?<!\\\\)%(?!==== FILENAME: ).*', '', line) for line in contents.splitlines()] # also remove all only-whitespace lines. nonempty = [line for line in uncomm if line.strip()] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-01-28 23:49:13
|
Revision: 1102 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1102&view=rev Author: tmaas Date: 2010-01-28 23:49:04 +0000 (Thu, 28 Jan 2010) Log Message: ----------- fix xdvi with sourceposition and filenames starting with a digit - If the .tex filename starts with a digit, a space needs to be added to the xdvi commandline, with is optional otherwise. Bug reported by Jens Mueller. Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/compiler.vim Modified: trunk/vimfiles/ftplugin/latex-suite/compiler.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-01-28 23:30:56 UTC (rev 1101) +++ trunk/vimfiles/ftplugin/latex-suite/compiler.vim 2010-01-28 23:49:04 UTC (rev 1102) @@ -379,7 +379,7 @@ \ exists('v:servername') && \ (viewer == "xdvi" || viewer == "xdvik") - let execString = 'silent! !'.viewer.' -name xdvi -sourceposition '.line('.').expand("%"). + let execString = 'silent! !'.viewer.' -name xdvi -sourceposition "'.line('.').' '.expand("%").'"'. \ ' -editor "gvim --servername '.v:servername.' --remote-silent +\%l \%f" '. \ mainfnameRoot.'.dvi' @@ -389,7 +389,7 @@ elseif (viewer == "xdvi" || viewer == "xdvik" ) - let execString = 'silent! !'.viewer.' -name xdvi -sourceposition '.line('.').expand("%").' '.mainfnameRoot.'.dvi' + let execString = 'silent! !'.viewer.' -name xdvi -sourceposition "'.line('.').' '.expand("%").'" '.mainfnameRoot.'.dvi' endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-01-28 23:31:04
|
Revision: 1101 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1101&view=rev Author: tmaas Date: 2010-01-28 23:30:56 +0000 (Thu, 28 Jan 2010) Log Message: ----------- Fix <M-i> or <ALT-I> mapping and documentation - The <M-i> mapping was not defined, because it was checked for the existence of the key sequence of <Plug>Tex_InsertItem, but the defined key sequence is <Plug>Tex_InsertItemOnThisLine - Update documenation to mention the actual key sequence Modified Paths: -------------- trunk/vimfiles/doc/latex-suite.txt trunk/vimfiles/doc/latex-suite.xml trunk/vimfiles/ftplugin/latex-suite/envmacros.vim Modified: trunk/vimfiles/doc/latex-suite.txt =================================================================== --- trunk/vimfiles/doc/latex-suite.txt 2010-01-28 15:25:31 UTC (rev 1100) +++ trunk/vimfiles/doc/latex-suite.txt 2010-01-28 23:30:56 UTC (rev 1101) @@ -2338,12 +2338,12 @@ *Plug_Tex_MathBF* *ls_a_en* *Plug_Tex_MathCal* *ls_a_eo* *Plug_Tex_LeftRight* *ls_a_ep* - *Plug_Tex_InsertItem* *ls_a_eq* -Plug Mapping Default Key~ -<Plug>Tex_MathBF <Alt-B> -<Plug>Tex_MathCal <Alt-C> -<Plug>Tex_LeftRight <Alt-L> -<Plug>Tex_InsertItem <Alt-I> + *Plug_Tex_InsertItemOnThisLine* *ls_a_eq* +Plug Mapping Default Key~ +<Plug>Tex_MathBF <Alt-B> +<Plug>Tex_MathCal <Alt-C> +<Plug>Tex_LeftRight <Alt-L> +<Plug>Tex_InsertItemOnThisLine <Alt-I> -------------------------------------------------------------------------------- Latex Suite Commands *ls_10_2* *ls_a_cy* Modified: trunk/vimfiles/doc/latex-suite.xml =================================================================== --- trunk/vimfiles/doc/latex-suite.xml 2010-01-28 15:25:31 UTC (rev 1100) +++ trunk/vimfiles/doc/latex-suite.xml 2010-01-28 23:30:56 UTC (rev 1101) @@ -2974,7 +2974,7 @@ <anchor id="Plug_Tex_MathBF" /> <anchor id="Plug_Tex_MathCal" /> <anchor id="Plug_Tex_LeftRight" /> - <anchor id="Plug_Tex_InsertItem" /> + <anchor id="Plug_Tex_InsertItemOnThisLine" /> <informaltable frame="all"> <tgroup cols="2"> <thead> @@ -2997,7 +2997,7 @@ <entry><literal><Alt-L></literal></entry> </row> <row> - <entry><literal><Plug>Tex_InsertItem</literal></entry> + <entry><literal><Plug>Tex_InsertItemOnThisLine</literal></entry> <entry><literal><Alt-I></literal></entry> </row> </tbody> Modified: trunk/vimfiles/ftplugin/latex-suite/envmacros.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/envmacros.vim 2010-01-28 15:25:31 UTC (rev 1100) +++ trunk/vimfiles/ftplugin/latex-suite/envmacros.vim 2010-01-28 23:30:56 UTC (rev 1101) @@ -946,7 +946,7 @@ inoremap <script> <silent> <Plug>Tex_InsertItemOnNextLine <ESC>o<C-R>=Tex_InsertItem()<CR> function! Tex_SetItemMaps() - if !hasmapto("<Plug>Tex_InsertItem", "i") + if !hasmapto("<Plug>Tex_InsertItemOnThisLine", "i") imap <buffer> <M-i> <Plug>Tex_InsertItemOnThisLine endif if !hasmapto("<Plug>Tex_InsertItemOnNextLine", "i") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-01-28 15:25:37
|
Revision: 1100 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1100&view=rev Author: tmaas Date: 2010-01-28 15:25:31 +0000 (Thu, 28 Jan 2010) Log Message: ----------- switch to insert mode if <F9>completion failed - Switch back to insert mode when completion failed for \cite, because no bibtex info was found, or when completion was aborted with "q" Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim Modified: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-01-28 14:54:59 UTC (rev 1099) +++ trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-01-28 15:25:31 UTC (rev 1100) @@ -180,14 +180,8 @@ else let s:word = expand('<cword>') if s:word == '' - if col('.') == strlen(getline('.')) - startinsert! - return - else - normal! l - startinsert - return - endif + call Tex_SwitchToInsertMode() + return endif call Tex_Debug("silent! grep! ".Tex_EscapeForGrep('\<'.s:word.'\>')." *.tex", 'view') call Tex_Grep('\<'.s:word.'\>', '*.tex') @@ -237,12 +231,7 @@ endif " Return to Insert mode - if col('.') == strlen(getline('.')) - startinsert! - else - normal! l - startinsert - endif + call Tex_SwitchToInsertMode() endfunction " }}} " ============================================================================== @@ -449,12 +438,7 @@ if exists("s:prefix") echomsg 'No bibkey, label or word beginning with "'.s:prefix.'"' endif - if col('.') == strlen(getline('.')) - startinsert! - else - normal! l - startinsert - endif + call Tex_SwitchToInsertMode() let v:errmsg = '' call Tex_Debug('Tex_SyncPreviewWindow: got error E32, no matches found, quitting', 'view') return 0 @@ -791,6 +775,7 @@ exec 'nnoremap <buffer> q ' \ .':cd '.s:origdir.'<CR>' \ .':close<CR>' + \ .':call Tex_SwitchToInsertMode()<CR>' " once the buffer is initialized, go back to the original settings. setlocal nomodifiable @@ -896,6 +881,7 @@ function! Tex_StartCiteCompletion() let bibfiles = Tex_FindBibFiles() if bibfiles !~ '\S' + call Tex_SwitchToInsertMode() echohl WarningMsg echomsg 'No bibfiles found! Sorry' echohl None @@ -921,7 +907,7 @@ nmap <buffer> <silent> f <Plug>Tex_FilterBibEntries nmap <buffer> <silent> s <Plug>Tex_SortBibEntries nmap <buffer> <silent> a <Plug>Tex_RemoveBibFilters - nmap <buffer> <silent> q :close<CR> + nmap <buffer> <silent> q :close<CR>:call Tex_SwitchToInsertMode()<CR> nmap <buffer> <silent> <CR> <Plug>Tex_CompleteCiteEntry endfunction " }}} @@ -1069,6 +1055,18 @@ call Tex_CompleteWord(ref, strlen(s:prefix)) endfunction " }}} +" Tex_SwitchToInsertMode: Switch to insert mode {{{ +" Description: This is usually called when completion is finished +function! Tex_SwitchToInsertMode() + call Tex_Debug(":Tex_SwitchToInsertMode: ", "view") + if col('.') == strlen(getline('.')) + startinsert! + else + normal! l + startinsert + endif +endfunction " }}} + com! -nargs=0 TClearCiteHist unlet! s:citeSearchHistory " vim:fdm=marker:nowrap:noet:ff=unix:ts=4:sw=4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-01-28 14:55:06
|
Revision: 1099 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1099&view=rev Author: tmaas Date: 2010-01-28 14:54:59 +0000 (Thu, 28 Jan 2010) Log Message: ----------- add Tex_Debug to Tex_FindBibFiles Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim Modified: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-01-28 14:51:09 UTC (rev 1098) +++ trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-01-28 14:54:59 UTC (rev 1099) @@ -843,6 +843,7 @@ " Tex_FindBibFiles: finds all .bib files used by the main file {{{ " Description: function! Tex_FindBibFiles() + call Tex_Debug(":Tex_FindBibFiles: ", "view") let mainfname = Tex_GetMainFileName(':p') wincmd n This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-01-28 14:51:17
|
Revision: 1098 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1098&view=rev Author: tmaas Date: 2010-01-28 14:51:09 +0000 (Thu, 28 Jan 2010) Log Message: ----------- texviewer: escape more filenames with fnameescape - Bibtex \cite{<F9>-completion failed when the path contains special chars like spaces - fnameescape was added to other places to fix more unknown issues Modified Paths: -------------- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim Modified: trunk/vimfiles/ftplugin/latex-suite/texviewer.vim =================================================================== --- trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-01-28 12:35:33 UTC (rev 1097) +++ trunk/vimfiles/ftplugin/latex-suite/texviewer.vim 2010-01-28 14:51:09 UTC (rev 1098) @@ -526,7 +526,7 @@ if mainfname == expand('%:p') split else - exec 'split '.Tex_EscapeSpaces(mainfname) + exec 'split '.fnameescape(mainfname) endif let pos = Tex_GetPos() @@ -770,7 +770,7 @@ if has('python') && Tex_GetVarValue('Tex_UsePython') exec 'python retval = outline.main(' - \. 'r"' . fnamemodify(mainfname, ':p') . '", ' + \. 'r"' . fnameescape(fnamemodify(mainfname, ':p')) . '", ' \. 'r"' . s:prefix . '")' " transfer variable from python to a local variable. @@ -778,7 +778,7 @@ 0put!=retval else - exec '0r!'.shellescape(s:path.'/outline.py').' '.mainfname.' '.s:prefix + exec '0r!'.shellescape(s:path.'/outline.py').' '.fnameescape(mainfname).' '.s:prefix endif 0 @@ -846,7 +846,7 @@ let mainfname = Tex_GetMainFileName(':p') wincmd n - exec 'silent! e '.mainfname + exec 'silent! e '.fnameescape(mainfname) if search('\\\(no\)\?bibliography{', 'w') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tm...@us...> - 2010-01-28 12:36:10
|
Revision: 1097 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1097&view=rev Author: tmaas Date: 2010-01-28 12:35:33 +0000 (Thu, 28 Jan 2010) Log Message: ----------- request minimal example on contact page Modified Paths: -------------- trunk/htdocs/contact.inc Modified: trunk/htdocs/contact.inc =================================================================== --- trunk/htdocs/contact.inc 2010-01-27 22:34:03 UTC (rev 1096) +++ trunk/htdocs/contact.inc 2010-01-28 12:35:33 UTC (rev 1097) @@ -9,3 +9,23 @@ If you wish to subscribe, go to the <a href="https://lists.sourceforge.net/lists/listinfo/vim-latex-devel">listinfo page</a>. </p> +<h3>Useful bug reports include a minimal example</h3> +<p> +Please include always files with minimal content that allow to reproduce a bug +you want to report. This often helps to directly find the cause of the bug and +makes it easier for developers to investigate the issue. The features of +vim-latex and latex are way to much, that you can expect the developers to be +familiar with each of it, and every time spent on creating a similiar document +to the one you have, to reproduce the problem, is time wasted on fixing the bug +instead. + +You can find more information about minimum examples on the <a +href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl">UK List of TeX +Frequently Asked Questions</a> and the <a +href="http://www.minimalbeispiel.de/mini-en.html">minimal working example howto</a>. +</p> +<h3>Check the latest version first</h3> +<p> +Also try to reproduce bugs with the latest version of +vim-latex in the source code management system, before reporting them. +</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |