Re: [Vim-latex-devel] Bug (or feature) with ``
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-05-31 17:48:08
|
On Fri, May 30, 2003 at 05:12:40PM +0400, Khorev Sergey wrote: > I am casual user of vim-latex, so I can be wrong. > I use russian keymap (have in vimrc :set keymap=russian-jcukenwin). In that > layout " key is mapped to russian letter 'E'. And using this keymap with > vim-latex has very strange effect: > If Vim (6.2f-BETA) was started like "gvim blah.tex", I'm not able to insert > capital 'E' - it will always get replaced with ``. But if I start gvim and > open file from it (:e blah.tex), capital 'E' is not replaced with ``. I > skipped through vim-latex code but didn't find the reason. You can disable Smart Quotes in texrc: /g:Tex_SmartKeyQuote It should help. m. |