Re: [Vim-latex-devel] vim latex on mandrake 8.0 (vim 6.0av beta)
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2003-01-31 15:35:09
|
Jason Stein wrote: > Thanks for producing a tool that fits my needs! > > The only problem I had was when attempting to use an insert > mode map (eg. ECE) I would get an error about an undefined > function 'cursor'. I traced it back to line ~698 of > imap.vim. After commenting out the line, insert mode maps > seem to work fine. > > Am I breaking vim latex or is there a more elegant fix? I think this is likely to cause problems. It looks as though the cursor() function was added in vim 6.1. Since our goal is to support vim 6.0, we should try to find another way to do this. If you can upgrade to 6.1, it should work for you. OTOH, we have no intention to support beta versions of vim 6.0. I think it was a big mistake on Red Hat's part (and of course Mandrake copied it) to include a beta version of vim, especially since they used it as the system vi. HTH --Benji Fisher |