vim-latex-cvs Mailing List for Vim-Latex
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...> - 2015-11-12 17:03:54
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 0f1230eea4fb73a45e7bbb80366a06094779455b (commit)
via a9b6f18cb257799ca48101e8fff026c8dd74f77c (commit)
via 58525d35f1adf5734751f5a5a204f42abe34483a (commit)
from d66d7ee387e74239875365063d7bb99314661b85 (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 0f1230eea4fb73a45e7bbb80366a06094779455b
Merge: d66d7ee a9b6f18
Author: Till Maas <ope...@ti...>
Date: Thu Nov 12 18:03:38 2015 +0100
Merge pull request #33 from dffischer/master
more utf-quotes, now for English
commit a9b6f18cb257799ca48101e8fff026c8dd74f77c
Author: XZS <d.f...@we...>
Date: Thu Oct 29 21:54:20 2015 +0100
use utf-quotes for English languages
When inputenc has detected that the file uses utf encoding, there is no
need for two-character escapes for quotes. The corresponding utf symbols
can just be used directly, like already done in German variants, but
without a dedicated package.
commit 58525d35f1adf5734751f5a5a204f42abe34483a
Author: XZS <d.f...@we...>
Date: Thu Oct 29 21:38:50 2015 +0100
correct spacing
Depending on the tab width, the elseif appears to belong to the outer or
inner if. Using spaces, like the surrounding lines do, clears this
ambiguity.
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/packages/babel | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2015-11-12 17:02:17
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via d66d7ee387e74239875365063d7bb99314661b85 (commit)
via 348e3aa0e3506b585b8285b4e5201c4eca79db91 (commit)
via 83d49ac2997a4f37e77993092d4abfcf3d887e93 (commit)
via 367c5e4ae14b944be28eb879f71f3efe5c7576c1 (commit)
via a19560c711fadb929acdd035b8dcfd2c05e0ce64 (commit)
via 41cba4d038d0d2520af20aac7dac1dd02c67537b (commit)
from ae5a9cbd815ddef8fb9a520ebe1dea4c6aacd941 (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 d66d7ee387e74239875365063d7bb99314661b85
Merge: 348e3aa 367c5e4
Author: Till Maas <ope...@ti...>
Date: Wed Oct 28 22:31:47 2015 +0100
Merge pull request #30 from umangv/master
Fixed forward search command for generic viewer
commit 348e3aa0e3506b585b8285b4e5201c4eca79db91
Merge: a19560c 83d49ac
Author: Till Maas <ope...@ti...>
Date: Wed Oct 28 22:30:53 2015 +0100
Merge pull request #32 from strv/master
Fixed regexp for search function
commit 83d49ac2997a4f37e77993092d4abfcf3d887e93
Author: strv <str...@gm...>
Date: Thu Oct 1 01:39:10 2015 +0900
Fixed regexp for search function
commit 367c5e4ae14b944be28eb879f71f3efe5c7576c1
Author: Umang Varma <uma...@gm...>
Date: Wed Sep 9 22:54:46 2015 -0400
Fixed forward search command for generic viewer
commit a19560c711fadb929acdd035b8dcfd2c05e0ce64
Merge: ae5a9cb 41cba4d
Author: Till Maas <ope...@ti...>
Date: Mon Aug 3 23:08:52 2015 +0200
Merge pull request #26 from yourealwaysbe/master
added zathura support to forward search
commit 41cba4d038d0d2520af20aac7dac1dd02c67537b
Author: Matthew hague <mat...@zo...>
Date: Sat Jul 11 15:54:39 2015 +0100
added zathura support to forward search
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/compiler.vim | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2015-07-11 10:32:40
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via ae5a9cbd815ddef8fb9a520ebe1dea4c6aacd941 (commit)
via a52fbd8d666075e72f8ec7f5bd2fee2822046107 (commit)
via f13496eebb004dad3fc3aa566e3a5a1fb1b8116e (commit)
via 5f9342dd2a7b6ec4608fc0427f5fc66abd644f71 (commit)
from 0c766a7ecf9eda8f616ad2db5741fca98c7181c8 (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 ae5a9cbd815ddef8fb9a520ebe1dea4c6aacd941
Merge: 0c766a7 a52fbd8
Author: Till Maas <ope...@ti...>
Date: Sat Jul 11 12:31:05 2015 +0200
Merge branch 'migueldvb-doc'
commit a52fbd8d666075e72f8ec7f5bd2fee2822046107
Author: Miguel de Val-Borro <mi...@ar...>
Date: Wed Jun 24 12:18:54 2015 -0400
List name of Arch Linux packages needed to build the documentation
commit f13496eebb004dad3fc3aa566e3a5a1fb1b8116e
Author: Miguel de Val-Borro <mi...@ar...>
Date: Wed Jun 24 12:18:42 2015 -0400
Fix typo
commit 5f9342dd2a7b6ec4608fc0427f5fc66abd644f71
Author: Miguel de Val-Borro <mi...@ar...>
Date: Wed Jun 24 12:10:32 2015 -0400
Create flat text file from updated documentation
-----------------------------------------------------------------------
Summary of changes:
doc/README.new | 6 ++++--
doc/db2vim/textutils.py | 2 +-
doc/latex-suite.txt | 34 +++++++++++++++++++++-------------
3 files changed, 26 insertions(+), 16 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2015-06-06 17:32:22
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 0c766a7ecf9eda8f616ad2db5741fca98c7181c8 (commit)
via 1f6c7ff6e671091c26deeb5e6b5773bd84583cd6 (commit)
via 0fae2e676cc4beb65ed026639f8419feddb5f4b4 (commit)
via b35939a4814abe89b54e0338d930fbb2d9e96276 (commit)
from a9a6dd0396d4d87468298ce55650fc53a0ac8c52 (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 0c766a7ecf9eda8f616ad2db5741fca98c7181c8
Merge: 0fae2e6 1f6c7ff
Author: Till Maas <ope...@ti...>
Date: Sat Jun 6 19:19:06 2015 +0200
Merge pull request #19 from netj/fix-backslash-env-change
Fixes backslash handling in environment Change
commit 1f6c7ff6e671091c26deeb5e6b5773bd84583cd6
Author: Jaeho Shin <ne...@sp...>
Date: Thu Dec 13 22:57:44 2012 -0800
Fixes backslash handling in environment Change
commit 0fae2e676cc4beb65ed026639f8419feddb5f4b4
Merge: a9a6dd0 b35939a
Author: Till Maas <ope...@ti...>
Date: Sat Mar 21 09:38:30 2015 +0100
Merge pull request #13 from ahmadsalim/master
Configurable bibliography file generation detection
commit b35939a4814abe89b54e0338d930fbb2d9e96276
Author: Ahmad Salim Al-Sibahi <as...@it...>
Date: Wed Mar 11 11:39:09 2015 +0100
Added support for detecting biber
This is done by changing the recognition string to also support '\\abx'
which biber generates, in addition to '\\bibdata' which BibTeX
generates.
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/compiler.vim | 5 +++--
ftplugin/latex-suite/envmacros.vim | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2015-03-14 08:17:08
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via a9a6dd0396d4d87468298ce55650fc53a0ac8c52 (commit)
via 5fac6d63901027191813e0b5d3e688d75072a6ff (commit)
via 1bb4e2ace380b54c63c6e96197a742abe4201a08 (commit)
from a8356446785188d0ff79029f2e4c6a5ceeccd1c2 (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 a9a6dd0396d4d87468298ce55650fc53a0ac8c52
Merge: a835644 5fac6d6
Author: Till Maas <ope...@ti...>
Date: Sat Mar 14 08:37:38 2015 +0100
Merge pull request #12 from joelfrederico/master
Ignore comments that add a bibliography
commit 5fac6d63901027191813e0b5d3e688d75072a6ff
Author: Joel Frederico <joe...@sl...>
Date: Tue Mar 10 19:15:19 2015 -0700
Ignore comments that add bibliographies when doing cite-completion
commit 1bb4e2ace380b54c63c6e96197a742abe4201a08
Author: Joel Frederico <joe...@sl...>
Date: Tue Mar 10 18:53:27 2015 -0700
Ignore commented lines that would otherwise add a bibliography
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/texviewer.vim | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2015-03-04 17:52:40
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via a8356446785188d0ff79029f2e4c6a5ceeccd1c2 (commit)
via 97388c0bbdeb0a8040ca75c00548ca5a9ccc893c (commit)
via 0f183c025c8361b16c6828a800cdfdd0a8678673 (commit)
via 65b011cb24e15b7b9e3b17edc838e4a57747bb4b (commit)
via 90465b696fe203b46a2fd0555f2aa732d8a45d42 (commit)
via 30e410a1e396d3e33a35c0f06f00f26fc5c46971 (commit)
via dc00caf41d7153b8116f9466788f9b7f099062b3 (commit)
from 392577fc2031519b3c95ce0d3688842dd96c38fa (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 a8356446785188d0ff79029f2e4c6a5ceeccd1c2
Merge: 97388c0 dc00caf
Author: Till Maas <ope...@ti...>
Date: Wed Mar 4 18:40:36 2015 +0100
Merge pull request #10 from dffischer/master
use German utf-quotes
commit 97388c0bbdeb0a8040ca75c00548ca5a9ccc893c
Merge: 392577f 0f183c0
Author: Till Maas <ope...@ti...>
Date: Wed Mar 4 18:39:27 2015 +0100
Merge pull request #11 from dietercastel/master
SumatraPdf support for forward and inverse search.
commit 0f183c025c8361b16c6828a800cdfdd0a8678673
Author: Dieter Castel <die...@gm...>
Date: Sun Mar 1 21:25:09 2015 +0100
Updated documentation, removed README and enabled synctex for pdflatex.
commit 65b011cb24e15b7b9e3b17edc838e4a57747bb4b
Author: Dieter Castel <die...@gm...>
Date: Sat Feb 28 19:46:56 2015 +0100
Fixed indentation for SumatraPdf support.
commit 90465b696fe203b46a2fd0555f2aa732d8a45d42
Author: Dieter Castel <die...@gm...>
Date: Sat Feb 28 19:40:56 2015 +0100
Added SumatraPdf support. Tested with SumatraPdf 3.0.
commit 30e410a1e396d3e33a35c0f06f00f26fc5c46971
Author: Dieter Castel <die...@gm...>
Date: Sat Feb 28 18:46:38 2015 +0100
Added README file to explain the setup.
commit dc00caf41d7153b8116f9466788f9b7f099062b3
Author: XZS <d.f...@we...>
Date: Sat Jan 31 16:42:35 2015 +0100
use German utf-quotes
When inputenc has detected that the file uses utf encoding, there is no
need for two-character escapes for German quotes. The corresponding utf
symbols can just be used directly.
-----------------------------------------------------------------------
Summary of changes:
doc/latex-suite.xml | 35 ++++++++++++++++++++------------
ftplugin/latex-suite/compiler.vim | 13 +++++++++--
ftplugin/latex-suite/packages/german | 9 ++++++-
ftplugin/latex-suite/packages/ngerman | 9 ++++++-
ftplugin/latex-suite/texrc | 3 +-
5 files changed, 48 insertions(+), 21 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-23 09:37:34
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 392577fc2031519b3c95ce0d3688842dd96c38fa (commit)
from 62fb273a37af5354e933d0922b4aae2fa43bf3ad (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 392577fc2031519b3c95ce0d3688842dd96c38fa
Author: Daeyun Shin <da...@da...>
Date: Sat Nov 22 01:38:13 2014 -0600
Fix: allow function overloading - Add the missing function qualifier (!) to indicate that MultiByteStrpart and MultiByteStrlen can be safely overloaded. See https://github.com/vim-latex/vim-latex/issues/5
-----------------------------------------------------------------------
Summary of changes:
plugin/imaps.vim | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-20 20:26:17
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 62fb273a37af5354e933d0922b4aae2fa43bf3ad (commit)
from aa56dd6243af02286678d19cd2a0959dcd771bf3 (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 62fb273a37af5354e933d0922b4aae2fa43bf3ad
Author: Till Maas <ope...@ti...>
Date: Thu Nov 20 21:24:16 2014 +0100
Revert "Fix F9 completion after "\includegraphics{"."
This reverts commit df006d52ebf192a930963627c82eb93a63153ca2.
As pointed out by Gerd Wachsmuth, the commit was wrong:
https://github.com/vim-latex/vim-latex/pull/3#issuecomment-63853047
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/texviewer.vim | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-20 16:49:15
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via aa56dd6243af02286678d19cd2a0959dcd771bf3 (commit)
via df006d52ebf192a930963627c82eb93a63153ca2 (commit)
from 5237834bcf8e48abee4d959627d20569dde277ee (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 aa56dd6243af02286678d19cd2a0959dcd771bf3
Author: inakacalm <ina...@gm...>
Date: Fri Nov 21 00:39:04 2014 +0900
Correct a typo.
commit df006d52ebf192a930963627c82eb93a63153ca2
Author: inakacalm <ina...@gm...>
Date: Fri Nov 21 00:04:25 2014 +0900
Fix F9 completion after "\includegraphics{".
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/texviewer.vim | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-19 18:40:47
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 5237834bcf8e48abee4d959627d20569dde277ee (commit)
from d0f31c9043c88191877568fa38c436c6b4480f03 (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 5237834bcf8e48abee4d959627d20569dde277ee
Author: inakacalm <ina...@gm...>
Date: Thu Nov 20 01:04:11 2014 +0900
Fix: Undefined string "curlLine"
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/compiler.vim | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-16 11:48:51
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via d0f31c9043c88191877568fa38c436c6b4480f03 (commit)
from e18bd7761858596264c49040076a86035190c2f0 (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 d0f31c9043c88191877568fa38c436c6b4480f03
Author: Till Maas <ope...@ti...>
Date: Sun Nov 16 12:46:49 2014 +0100
Add Appstream metainfo
References:
https://bugzilla.redhat.com/show_bug.cgi?id=1128816
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++++
vim-latex.metainfo.xml | 12 ++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
create mode 100644 vim-latex.metainfo.xml
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-15 22:41:44
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via e18bd7761858596264c49040076a86035190c2f0 (commit)
from 22372137e2a7b9e47bfc2f10dc7cdaca309320ea (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 e18bd7761858596264c49040076a86035190c2f0
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 23:39:49 2014 +0100
Update docs
-----------------------------------------------------------------------
Summary of changes:
doc/latex-suite-quickstart.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-15 22:38:15
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 22372137e2a7b9e47bfc2f10dc7cdaca309320ea (commit)
via 05f32328f7e6e2ab7cbc7db7eb51145482a3ed83 (commit)
via 9e15eff2626eccb8ec60cf391c872e6908c1f0ac (commit)
from 9680280a68d1f4d3dc7d0c0d13e81c099753c460 (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 22372137e2a7b9e47bfc2f10dc7cdaca309320ea
Author: andymass <>
Date: Tue May 6 08:51:01 2014 +0200
Fix: Correct check for *readline.
Fixes https://github.com/gerw/vim-latex-suite/issues/6
commit 05f32328f7e6e2ab7cbc7db7eb51145482a3ed83
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 23:28:20 2014 +0100
Fix python shebangs to use python2
commit 9e15eff2626eccb8ec60cf391c872e6908c1f0ac
Author: Cristobal Tapia Camu <cr...@gm...>
Date: Mon Oct 20 15:24:58 2014 +0200
Added a '$' to the regex, so that the backslash (windows) would be
detected at the end of the line.
-----------------------------------------------------------------------
Summary of changes:
doc/db2vim/db2vim | 2 +-
doc/db2vim/textutils.py | 2 +-
ftplugin/latex-suite/main.vim | 9 ++++++---
ftplugin/latex-suite/outline.py | 2 +-
4 files changed, 9 insertions(+), 6 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-15 22:06:41
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 9680280a68d1f4d3dc7d0c0d13e81c099753c460 (commit)
via 15a7e76089ca9d88f2763e3f973c04727e04e7a1 (commit)
via c9a8d973cc72beb42457e213fbc8ad498559990d (commit)
from 32eeda4d22a10da2fe8472e8c524ddbbacc00862 (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 9680280a68d1f4d3dc7d0c0d13e81c099753c460
Author: Gerd Wachsmuth <ger...@ma...>
Date: Tue Oct 14 20:51:54 2014 +0200
Reverted changes from kaihowl in texviewer.vim
commit 15a7e76089ca9d88f2763e3f973c04727e04e7a1
Author: kaihowl <ka...@ho...>
Date: Sat Sep 13 09:20:35 2014 +0200
Fix #9 restoring of cwd
The s:origdir variable was local to the source file. Since all functions used
the same name for the variable to save the old working directory, restoring did
not work with nested function calls as one call would overwrite the restore
value of a function invocation higher up the stack.
This was fixed by replacing s:origdir with a local variable l:origdir
commit c9a8d973cc72beb42457e213fbc8ad498559990d
Author: Arne Skjærholt <arn...@gm...>
Date: Tue Feb 4 15:02:54 2014 +0100
Trigger citation completion on \Cite as well as \cite.
This is useful for BibLaTeX users, where there is a \Cite* family of commands.
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/compiler.vim | 24 ++++++++++++------------
ftplugin/latex-suite/main.vim | 4 ++--
ftplugin/latex-suite/texproject.vim | 4 ++--
ftplugin/latex-suite/texviewer.vim | 2 +-
4 files changed, 17 insertions(+), 17 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-15 20:14:40
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 32eeda4d22a10da2fe8472e8c524ddbbacc00862 (commit)
from 02cce0426380131fa0067a7fbf64f2dd14d86111 (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 32eeda4d22a10da2fe8472e8c524ddbbacc00862
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 21:13:19 2014 +0100
compiler: Use fnameescape()
- Properly escape filenames for viewers
- Use format strings to make command lines easier to read
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/compiler.vim | 51 ++++++++++++++++++++++++-------------
1 files changed, 33 insertions(+), 18 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-15 18:12: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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 02cce0426380131fa0067a7fbf64f2dd14d86111 (commit)
via a754be1eb30027626854db0cee86047444db5309 (commit)
via 8a5337866a30454954148e9d4a03cd0c46f8ab30 (commit)
from 9a3325e0669b78e74b8148b175fd6e9e25b71b9e (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 02cce0426380131fa0067a7fbf64f2dd14d86111
Author: LuX <lux...@us...>
Date: Sat Nov 15 19:05:33 2014 +0100
imaps.vim: Add multibyte LHS support
- Add s:MultiByteStrlen() and s:MultiByteStrpart()
- Allow for example IMAP chaining as follows:
call IMAP("\\subset", "â", "")
call IMAP("âeq", "â", "")
References:
https://sourceforge.net/p/vim-latex/patches/5/
commit a754be1eb30027626854db0cee86047444db5309
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 18:58:34 2014 +0100
wizardfuncs: Add EAL
commit 8a5337866a30454954148e9d4a03cd0c46f8ab30
Author: Joseph Tannhuber <sep...@ya...>
Date: Tue May 6 10:25:58 2014 +0200
Added shortcut for align environment.
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/envmacros.vim | 1 +
ftplugin/latex-suite/wizardfuncs.vim | 1 +
plugin/imaps.vim | 34 +++++++++++++++++++++++++++++-----
3 files changed, 31 insertions(+), 5 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-15 17:37:55
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 9a3325e0669b78e74b8148b175fd6e9e25b71b9e (commit)
via 84006c01d24872458dbe70ebdeb32a2121f36061 (commit)
via 86655c84c90995dbe33d134b6def7950c9a6f586 (commit)
via e68cf2c9694e179b16c11703ca5dce7d8af1f14f (commit)
from 0ced0c95719a49d6ed259a0e68274ac2ec51e673 (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 9a3325e0669b78e74b8148b175fd6e9e25b71b9e
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 18:34:42 2014 +0100
texviewer.vim: Make bib regexes more precise
commit 84006c01d24872458dbe70ebdeb32a2121f36061
Author: Daniel Weiss <dan...@we...>
Date: Sat May 3 17:56:53 2014 +0200
added support for biblatex citations (\addbibresource)
changed import routine to read remote files (any url) as well
This now makes it possible to use zotero directly as source with the
biber backend.
commit 86655c84c90995dbe33d134b6def7950c9a6f586
Author: Daniel Weiss <dan...@we...>
Date: Sat Nov 15 18:15:04 2014 +0100
texviewer.vim: Fix typos
commit e68cf2c9694e179b16c11703ca5dce7d8af1f14f
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 18:05:39 2014 +0100
Make python scripts more PEP8 compliant
-----------------------------------------------------------------------
Summary of changes:
doc/db2vim/db2vim | 267 ++++++++++++++++--------------------
doc/db2vim/domutils.py | 28 ++--
doc/db2vim/textutils.py | 107 ++++++---------
ftplugin/latex-suite/bibtools.py | 41 +++---
ftplugin/latex-suite/outline.py | 71 +++++-----
ftplugin/latex-suite/pytools.py | 106 ++++++++-------
ftplugin/latex-suite/texviewer.vim | 29 +++--
7 files changed, 312 insertions(+), 337 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-15 16:32:09
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 0ced0c95719a49d6ed259a0e68274ac2ec51e673 (commit)
from 3e7695b3668e6e5d00c0ba02fa067398b67de40a (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 0ced0c95719a49d6ed259a0e68274ac2ec51e673
Author: TODA Shuta <tod...@gm...>
Date: Mon Feb 17 17:18:53 2014 +0900
Fix some mappings to avoid unexpected recursive expansion.
-----------------------------------------------------------------------
Summary of changes:
plugin/imaps.vim | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-15 15:42:21
|
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 "htdocs of vim-latex: The website.".
The branch, master has been updated
via fd6c989c27e1062082632857fc57ae5309cd648a (commit)
from 556c814ec0d74dd682539838ca694039b5a1aa90 (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 fd6c989c27e1062082632857fc57ae5309cd648a
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 16:39:35 2014 +0100
Update links to Gitweb and add GitHub
-----------------------------------------------------------------------
Summary of changes:
page.shtml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
htdocs of vim-latex: The website.
|
|
From: Till M. <1...@us...> - 2014-11-15 15:34:27
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 3e7695b3668e6e5d00c0ba02fa067398b67de40a (commit)
from d9e5f3e9542be737a08fd26b3ff45801df41a493 (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 3e7695b3668e6e5d00c0ba02fa067398b67de40a
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 16:28:19 2014 +0100
Restore registers with setreg()
Do not use "let @a = _a" to restore registers, since this adds an extra line
feed character to the register.
References:
- http://stackoverflow.com/questions/26896399/why-does-let-modify-the-value-it-assigns
- https://bugzilla.redhat.com/show_bug.cgi?id=1163518
Patch idea by Daniel Wagner <me...@dm...>
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/custommacros.vim | 2 +-
ftplugin/latex-suite/main.vim | 4 ++--
ftplugin/latex-suite/packages.vim | 4 ++--
ftplugin/latex-suite/templates.vim | 2 +-
plugin/imaps.vim | 6 +++---
5 files changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2014-11-15 14:25:31
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via d9e5f3e9542be737a08fd26b3ff45801df41a493 (commit)
via dd2e3daf1e4fef083b445aee1a0a1302f312ac9d (commit)
via 5ca01a89fe0318bbc2735684213204ea0e8ff11a (commit)
via 1a10ee7cc9ee015ef0153c6f4740a48003430863 (commit)
via ca0e25807347c7f61b05a00d56bd8e94f8925c25 (commit)
from eaa765eeadb51c3a8e2caf16d1e67359bf89cab9 (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 d9e5f3e9542be737a08fd26b3ff45801df41a493
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 15:24:12 2014 +0100
Makefile: Use git rev-parse
commit dd2e3daf1e4fef083b445aee1a0a1302f312ac9d
Author: Till Maas <ope...@ti...>
Date: Sun Oct 20 11:46:49 2013 +0200
remove remaining SVN/CVS keywords
commit 5ca01a89fe0318bbc2735684213204ea0e8ff11a
Merge: ca0e258 1a10ee7
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 15:23:07 2014 +0100
Merge pull request #1 from elehack/fix-mappings
Use noremap for IMAP mappings
commit 1a10ee7cc9ee015ef0153c6f4740a48003430863
Author: Michael Ekstrand <mi...@el...>
Date: Mon May 12 13:31:03 2014 -0500
Use noremap for IMAP mappings
The IMAP mappings used plain [inv]map instead of the noremap
versions. This causes conflicts with other plugins.
commit ca0e25807347c7f61b05a00d56bd8e94f8925c25
Author: Christian Ebert <bla...@gm...>
Date: Thu Jun 13 16:32:18 2013 +0100
Proper python shebang for outline.py
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
doc/latex-suite-chunk.xsl | 2 --
ftplugin/latex-suite/envmacros.vim | 1 -
ftplugin/latex-suite/outline.py | 2 +-
plugin/imaps.vim | 17 ++++++++---------
plugin/remoteOpen.vim | 1 -
6 files changed, 10 insertions(+), 15 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Ted P. <1...@us...> - 2013-01-27 22:26:40
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via eaa765eeadb51c3a8e2caf16d1e67359bf89cab9 (commit)
from 2ef995684d6addfa96d605b4ffbc6b6d500151fa (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 eaa765eeadb51c3a8e2caf16d1e67359bf89cab9
Author: Ted Pavlic <te...@te...>
Date: Sun Jan 27 15:26:25 2013 -0700
Make -file-line-error-style the default compile rule. EFM support was added for this long ago, and most LaTeX distros should support it by now.
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/texrc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2013-01-16 14:34:11
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 2ef995684d6addfa96d605b4ffbc6b6d500151fa (commit)
via a3f7af9c02154eebf08e932b567a67ad61a50afa (commit)
from d2771a2c3e23bedf2018df1519b560873a0b35eb (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 2ef995684d6addfa96d605b4ffbc6b6d500151fa
Author: Till Maas <ope...@ti...>
Date: Wed Jan 16 15:30:08 2013 +0100
indent: Use g:tex_noindent_env and g:tex_itemize_env again
This fixes the accidental removal of the variables in commit
521fc199bd53ba513c8bf794796d91056932adf5
commit a3f7af9c02154eebf08e932b567a67ad61a50afa
Author: Vladimir Rutsky <alt...@gm...>
Date: Sun Apr 17 11:10:42 2011 +0400
Fix typo: "Th bottom"
-----------------------------------------------------------------------
Summary of changes:
doc/latex-suite-quickstart.xml | 2 +-
indent/tex.vim | 23 ++++++++---------------
2 files changed, 9 insertions(+), 16 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Ted P. <1...@us...> - 2012-11-26 20:11:19
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via d2771a2c3e23bedf2018df1519b560873a0b35eb (commit)
via 5958b2ebd78c37593fa64e470b0340657d2db666 (commit)
via 2ee35124f33226be37a0de4bbec828cb03aece71 (commit)
from ce16347c3686606a3cb15836c8e05d447b6ea2fa (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 d2771a2c3e23bedf2018df1519b560873a0b35eb
Author: Gerd Wachsmuth <ger...@ma...>
Date: Fri Nov 16 14:58:35 2012 +0100
Unified usage of s:winnum and s:pos in texviewer.vim
Signed-off-by: Ted Pavlic <te...@te...>
commit 5958b2ebd78c37593fa64e470b0340657d2db666
Author: Gerd Wachsmuth <ger...@ma...>
Date: Sun Oct 2 17:07:43 2011 +0200
ref and cite completion with multiple windows.
Signed-off-by: Ted Pavlic <te...@te...>
commit 2ee35124f33226be37a0de4bbec828cb03aece71
Author: Gerd Wachsmuth <ger...@ma...>
Date: Tue Apr 12 12:38:18 2011 +0200
Do not open a new buffer on \cite-completion
Signed-off-by: Ted Pavlic <te...@te...>
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/texviewer.vim | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|
|
From: Till M. <1...@us...> - 2012-10-31 23:20:57
|
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 "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via ce16347c3686606a3cb15836c8e05d447b6ea2fa (commit)
from 40be6efa1547c48764aa69e4e4a216d438f14688 (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 ce16347c3686606a3cb15836c8e05d447b6ea2fa
Author: Bodo Graumann <ma...@bo...>
Date: Thu Nov 1 00:13:49 2012 +0100
Allow to undo IMAP substitution
-----------------------------------------------------------------------
Summary of changes:
plugin/imaps.vim | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|