[Vim-latex-devel] F9 insert refs fails
Brought to you by:
srinathava,
tmaas
From: marc <gm...@au...> - 2006-07-28 16:50:51
|
I've googled, but haven't found a solution. I'm using gvim v7 on Windows XP and LaTeX Suite mostly works - it defaults to PDF output and Adobe Reader for vieweing. When I F9 in a \ref{}, a new vim window opens, named __OUTLINE__ then the following error message appears: 'C:/Program' is not recognized as an internal or external command, operable program or batch file. This would indicate that the space in the file name is causing grief. But there is no indication what the script is trying to call. I have installed GNU grep and this works from a command prompt at all locations (i.e. it's in the $PATH). This version supports -H, as confirmed by grep --help. I've also set set grepprg=grep\ -nH\ $* as recommended. Is this correct for Windows? Any suggestions what to do or where to look? -- Best, Marc |