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+>]
<++>\'
From: Srinath A. <sr...@fa...> - 2004-02-29 17:30:15
On Mon, 23 Feb 2004, Contact form wrote:
> 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+>]
> <++>\'
>
Thanks! Changed.
Srinath