Re: [Vim-latex-devel] Next steps
Brought to you by:
srinathava,
tmaas
From: Benji F. <fis...@bc...> - 2002-11-07 11:58:16
|
Mikolaj Machowski wrote: > > On Wed, Nov 06, 2002 at 02:59:05PM -0500, Benji Fisher wrote: > > I successfully upgraded my BIOS, installed my new 40-GB hard > > drive, and started installing Linux. It seems to be going smoothly, so > > I will do some more vim-latex work soon. (And my next e-mail might be > > from the new system.) > > Which distro? Red Hat 8.0. I chose RH for ease of installation and support for the Zaurus PDA. I hope 8.0 was not a mistake... I want to find drivers for my wireless card and my Smart Cat track pad... > OK. Lets return to Suite. > > I'd like to add commenting[1] lines. Eg something like :vmap % . > Implementing is easy but another question is important: Where it (and > another new features go) should go? I don't see in current file > structure place where this could go. > > Mikolaj > > [1] And uncommenting. There are already plugins that do commenting. We could import one of them, as a separate file. Of course, LaTeX commenting is so simple that this might be overkill. I cannot recommend where to put it in the existing files. Personally, I would rather not use % for the mapping. With matchit.vim installed, "V%d" is a convenient way to delete from "\begin{foo}" to "\end{foo}". --Benji |