Re: [Vim-latex-devel] Bug ?
Brought to you by:
srinathava,
tmaas
From: Benji F. <fis...@BC...> - 2002-11-07 17:24:05
|
On Thursday, November 7, 2002, at 07:08 AM, tomek wrote: > Hi, > > I think I've found a bug in vim-latex. > When I choose package from menu TeX-Packages (for example hyperref) = then > \usepackage[]=AB=BB{hyperref}=AB=BB} is iserted. > ^^ ^^ > Problem concern TeX-Environments too - for example itemize, after > \end{itemize} the same strange chars are inserted. > > -- > Tom This is a feature, not a bug! Try typing <C-J>, either from = Insert=20 or Normal mode. The idea is that the text is inserted, with the cursor=20= inside the "[]". Type in some options, then <C-J> takes you to the next=20= logical place for continued typing. Improving the docs is on my TODO list... --Benji Fisher |