Re: [Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages longtable,1.2,1.3
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2002-12-31 11:39:44
|
On Mon, Dec 30, 2002 at 11:16:44PM -0800, Srinath Avadhanula wrote: > Hey Mikolaj, > On Mon, 30 Dec 2002, Mikolaj Machowski wrote: > > > TODO: Should we write code to make such typos get handled elegantly? > > > > IMO no. Better would be SDK with question, suggestions etc. > SDK? Source development kit :) Writing package files I have always splitted screen with help file with explanations, but maybe something more is needed. > > you remind which function is responsible for prompt with choosing by > > numbers? Lately was so many changes I am not able to catch up with > > everything... > <F5> inserts environment. <S-F5> changes the environment... > These features have found their way into the documentation already :) :) I was thinking about SetUpEnvironmentsPromtp from envmacros.vim. I am trying to do helper with labels and bibtex entries. Labels are quite easy but I don't know how to to this with many files. Using latextags is not perfect because it stores only \label{this} without context. In one file you can use g/re/p which gives whole line and sometimes context. With bibtex entries I don't know yet. Mikolaj |