Dear list,Recently I've been running into the strange problem that sometimes all of the standard vim-latex keybindings lose their backslash. This is (the first part of) the output of typing ":map" in Vim when this happens:
n ls @<Plug>Tex_ForwardSearch n lv @<Plug>Tex_View v ll @<Plug>Tex_Compile n ll @<Plug>Tex_Compile n rf @<Plug>Tex_RefreshFolds normally it looks like this: n \rf @<Plug>Tex_RefreshFolds n \ls @<Plug>Tex_ForwardSearch n \lv @<Plug>Tex_View v \ll @<Plug>Tex_Compile n \ll @<Plug>Tex_CompileI can now consistently reproduce the problem on the attached files by taking the following steps:
- start Vim in "test" dir. - \ll - :e subdir/test2 - :mapThe problem goes away if I change the use of "\include" in test.tex to "\input". Strangely enough, "\include" generates a test2.aux file in subdir, while "\input" does not. I don't know if that's relevant.
I'm using Vim-latex 1.8.23-20100129-r1104 with Vim 7.2 on Fedora 12.Btw, I've also noticed that compiling (\ll) while in a subdirectory changes the Vim path to the directory of the main latex file. That also seems a bug to me, and might be related.
Best regards, Tim -- Tim van Erven <tim.van.er...@cwi.nl>
vimlatexbug.tar.gz
Description: GNU Zip compressed data
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel