Re: [Vim-latex-devel] F5--->equation environment
Brought to you by:
srinathava,
tmaas
From: Till M. <ope...@ti...> - 2009-08-17 20:10:27
|
On Wed, Aug 12, 2009 at 03:04:38PM +0200, Alexander Stefanescu wrote: > This log message says: > > Bug: In vim7, 'exe pos' doesn't seem to always work. Sometimes it leads to > > a spurious double-quote being inserted into the text. I have no idea > > why this happens. However, using vim's native setpos() when available > > seems to not have this problem. > > While using setpos() instead of exe pos obviously doesn't trigger the > problem any more, this might turn up any time again, as vim-latex uses > input() with \n constantly. Therefore I wouldn't consider this bug fixed > yet, even if it's working at the moment. > > This should probably be investigated by a more experienced vim-latex > developer, and if it's indeed a bug in input(), it needs to be fixed > upstream. I'll leave the upstream reporting in the capable hands of the > aforementioned experienced vim-latex developer ;) Unfortunately we there is no such vim-latex developer currently available. I mainly apply patches and sometimes try to fix issues, that I can easily reproduce. Imho the best way to go is if you could create a small example vim script that reproduces the bug that you suspect to be in input(), then this can be reported easily at vim upstream. Regards Till |