Re: [Vim-latex-devel] problem with the current svn version
Brought to you by:
srinathava,
tmaas
From: peng s. <sha...@gm...> - 2009-04-25 22:22:31
|
Dear Tom: Thank you very much :-) Peng Shao On Sat, Apr 25, 2009 at 10:00 PM, Thomas Ibbotson <tho...@gm...> wrote: > peng shao wrote: >> >> hi dear all, sorry for bothering but I met another problem with the >> current svn version. I am using VIM 7.2. >> >> The first time I tried the svn version, I remember everything works >> very well and I was quite happy with it. However, after some time >> (I cannot remember what happend), >> it was not working well anymore. So I delete the whole .vim folder >> and re-download the svn version and re-installed it. But the problem >> remains: when I press \ls I got some error message on screen as >> in the attachment. >> >> The strange thing is that, after I replaced the updated compiler.vim file >> in >> .vim/ftplugin/latex-suite/ with the old compile.vim file in 20060325 >> version, >> everything woks fine again. >> >> The following is the contents in my .vimrc file >> filetype plugin on >> filetype indent on >> set shellslash >> set number >> set textwidth=90 >> set mouse=a >> syntax on >> set grepprg=grep\ -nH\ $* >> let g:tex_flavor = "latex" >> let g:Tex_CompileRule_dvi="latex -src-specials -interaction=nonstopmode >> $*" >> let g:Tex_ViewRule_dvi = 'xdvi' >> >> >> Could anyone help me on this problem?:( Thank you. >> > > This is caused by a simple typo in compiler.vim. The attached patch against > svn rev 1048 fixes it for me. > > Tom > |