[Vim-latex-devel] Bug: vanishing backslash
Brought to you by:
srinathava,
tmaas
From: Tim v. E. <Tim...@cw...> - 2010-03-03 16:41:42
|
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_Compile I can now consistently reproduce the problem on the attached files by taking the following steps: - start Vim in "test" dir. - \ll - :e subdir/test2 - :map The 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...@cw...> |