I have installed Vim-latex on my Mac. When I compiled my file, there seemed to be no error. Yet, when I pressed \lv, I got the following:
Error detected while processing function Tex_ViewLaTeX:
line 34:
E121: Undefined variable: s:viewer
E116: Invalid arguments for function strlen(s:viewer)
line 39:
E121: Undefined variable: appOpt
line 79:
E121: Undefined variable: execString
E116: Invalid arguments for function substitute(execString, '\V$*', mainfname, 'g')
line 80:
E121: Undefined variable: execString
E116: Invalid arguments for function Tex_Debug
line 82:
E121: Undefined variable: execString
Besides, for the sake of testing, I added an extra $ sign in my source file, but I got the same result as before when I pressed \ll. Thus, I guess the compilation was actually problematic. Does anyone know how to resolve this problem?
Any help will be greatly appreciated.