On 2009-11-15, Hugo Gagnon <lat...@li...> wrote:
> Hello, I just got a new fresh vim-latex install but whenever I try to
> edit an existing .tex file I get this error message:
> "Invalid expression: 'so
> '.fnameescape(expand('<sfile>:p:h').'/latex-suite/main.vim')"
> What is going on?
Perhaps your version of vim doesn't have the fnameescape() function.
What version of vim are you using and what does
:echo exists("*fnameescape")
show?
Regards,
Gary
|