Re: [Vim-latex-devel] Multiple file latex projects, finds correct filename but doesn't compile in right directory?

2011-02-14 Thread Ng Oon-Ee
On Mon, 2011-02-14 at 15:13 +0800, Ng Oon-Ee wrote: I've got the following setup (simplified) . .. main.tex chap1/ chap1.tex When editing main.tex, \ll works fine, everything comes out correct. When editing chap1.tex, \ll gives the following. || I can't find file `main.tex'.

[Vim-latex-devel] migration from svn to git

2011-02-14 Thread Till Maas
Hello everyone, vim-latex is now using git instead of svn. I hope the migration worked without major problems. If you find any irregularities, please report them. Checkout instructions can be found here: https://sourceforge.net/scm/?type=gitgroup_id=52322 Regards Till pgp9sFEoIyA6j.pgp

Re: [Vim-latex-devel] 2 small Patches

2011-02-14 Thread Till Maas
On Tue, Jan 04, 2011 at 03:38:18PM +0100, Gerd Wachsmuth wrote: I attached two small patches: - the first will correct the behavior of M-L, there was one \ missing. - the other one will correct the behaviour with bib-files with capital entries. Thank you, the patches have been applied

Re: [Vim-latex-devel] VEnclose and ignorecase

2011-02-14 Thread Till Maas
On Sun, Feb 13, 2011 at 10:49:22PM +0100, Philipp Hartwig wrote: the function VEnclose of the imaps plugin uses the test if (visualmode() == 'v' (a:vstart != '' || a:vend != '')) || (a:VStart == '' a:VEnd == '') to determine if characterwise or linewise selection was used. However if

Re: [Vim-latex-devel] migration from svn to git

2011-02-14 Thread Ted Pavlic
vim-latex is now using git instead of svn. I hope the migration worked without major problems. If you find any irregularities, please report them. That's very exciting. Well done, Till. --Ted -- Ted Pavlic t...@tedpavlic.com

Re: [Vim-latex-devel] Multiple file latex projects, finds correct filename but doesn't compile in right directory?

2011-02-14 Thread Ted Pavlic
main.tex chap1/ chap1.tex First, I assume you are familiar with the TeX FAQ about importing bits of document from subdirectories(?). There are complications that might make you think twice about that sort of organization (but there are packages that make it easier as well):

Re: [Vim-latex-devel] Multiple file latex projects, finds correct filename but doesn't compile in right directory?

2011-02-14 Thread Ng Oon-Ee
On Mon, 2011-02-14 at 17:28 -0500, Ted Pavlic wrote: main.tex chap1/ chap1.tex First, I assume you are familiar with the TeX FAQ about importing bits of document from subdirectories(?). There are complications that might make you think twice about that sort of organization (but