Re: [Vim-latex-devel] Completion of Tcommands
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-07-14 21:57:07
|
On Mon, 14 Jul 2003, Mikolaj Machowski wrote: > Really doc entries are necessary? I implemented it because completion > was the natural thing. BTW, I just found out that the -complete=custom,Foo works only for vim 6.2+. Do we still want to implement this? We will be generating errors for the majority of users now... On vim 6.1, I get an error if I do :com -nargs=1 -complete=custom,Foo Bar E180: Invalid complete value: custom,Foo Bar Srinath |