[Vim-latex-devel] Possible bug in ViewLaTeX
Brought to you by:
srinathava,
tmaas
From: Michael C. H. <ho...@cs...> - 2002-11-11 02:22:34
|
I currently don't have a dvi viewer installed (Cygwin on NT). When I invoke the non-existent DVI viewer from vim (not gvim), the following error is reported Error detected while processing function ViewLaTeX line 42: :endif without :if: ^Iend This seems to be an error in interpreting the plugin code. It causes the Cygwin terminal to print all text with the error highlighting background colour. The shell also tells me that xdvi is not found. Twice. That seems odd to me as well. I have looked at the code for ViewLaTeX and it doesn't look obviously like there's an extra endif. I suppose that the missing executible is causing the script interpreter some trouble. I know my setup is incomplete (as far as not having a dvi viewer is concerned). I shall stop invoking the viewer, of course. I just wanted to know what it might do. Now I know. :-) Mike |