[Vim-latex-devel] [Contact] bug in win32 handling of master dvi documents
Brought to you by:
srinathava,
tmaas
From: Contact f. <vim...@so...> - 2004-02-26 15:43:33
|
There is a problem on win32 systems when trying to open the dvi document resulting from the compilation of a part of a master document. Specifically, the windows command line does not handle correctly file paths with spaces, so that running \\lv fails with a message saying a file was not found. I managed to fix the problem. Changing line 258 of compiler.vim to: exec \'!start\' s:viewer \'\"\' . substitute(mainfname, \"\\\\\\\\ \", \" \", \"g\") . \'\"\' . \'.\' . s:target works fine. Congratulations for your good work, Panos. |