Re: [Vim-latex-devel] TexLet broken?
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2002-12-22 10:36:45
|
This was a bug... Double quotes were not supported. I have fixed it. Also, I tried to get imaps.vim to screw up by using various combinations of enc, fenc, funky placeholders etc, but couldn't succeed so far :) So at least for me, the new encoding solution is a go! Srinath On Fri, 20 Dec 2002, Benji Fisher wrote: > I just tried " in Insert mode, expecting to get `` or '' but I got > "``" (WITH the double quotes). The problem seems to be with TexLet. > > :TexLet g:Foo = "``" > :echo Foo > "``" > > Has anyone changed TexLet recently? |