[Vim-latex-devel] [Contact] description environment macros
Brought to you by:
srinathava,
tmaas
From: Contact f. <vim...@so...> - 2004-02-23 12:38:50
|
Version: latexSuite20031022.tar.gz When in a description environment, the first item inserted gets a \"<++>\" entry after it, but subsequent ones don\'t. Changing line 888 in envmacros.vim to the following fixes this (and the misspelling of \'lablel\'): TexLet g:Tex_ItemStyle_description = \'\\item[<+label+>] <++>\' |