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.
|