Re: [Vim-latex-devel] taglist.vim integration
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-09-24 07:48:24
|
Hi Luc, On Tue, 23 Sep 2003, Luc Hermitte wrote: > Nothing has to be done to integrate a spellchecker with LaTeX-suite and > vice-versa. > [BTW, i definitively prefer lh-vimspell [1] ;-) > which works correctly which Aspell under MsWindows] > > -- > Luc Hermitte > [1] http://hermitte.free.fr/vim/ressources/vimfiles/doc/VS_help.html I wanted to give vhspell a quick try but unfortunately, there were a few bugs. I followed the installation instructions best I could... I downloaded vim-spell.tar.gz into my ~/vimfiles directory, tar xvzf'ed it and then cp'ed the macros/lhVimSpell.vim file into my ~/vimfiles/plugin directory. I then opened a new text file and pressed <F4> and got the following errors: ----------------------------------%<---------------------------------- E492: Not an editor command: :SearchInRuntime :VSSearchSyn syntax/.vim line 12: E121: Undefined variable: s:SearchSynFile E15: Invalid expression: '' != s:SearchSynFile line 11: E492: Not an editor command: :SearchInRuntime :VSSearchSyn syntax/.vim line 12: E121: Undefined variable: s:SearchSynFile E15: Invalid expression: '' != s:SearchSynFile line 11: E492: Not an editor command: :SearchInRuntime :VSSearchSyn syntax/.vim line 12: E121: Undefined variable: s:SearchSynFile E15: Invalid expression: '' != s:SearchSynFile line 11: E492: Not an editor command: :SearchInRuntime :VSSearchSyn syntax/.vim line 12: E121: Undefined variable: s:SearchSynFile E15: Invalid expression: '' != s:SearchSynFile ----------------------------------%<---------------------------------- There are actually lots more such errors which keep repeating, but they look like they are caused by the same basic thing. BTW, I got the .tar.gz file from the location indicated in http://hermitte.free.fr/vim/ressources/vimfiles/doc/VS_help.html namely I got the archive http://hermitte.free.fr/vim/ressources/vim-spell.tar.gz BTW, the screenshot looks pretty cool. Srinath |