Closed ubunatic closed 12 years ago
OK, found the problem. I did set shellslash
.
:set noshellslash
in .vimrc
solved the problem.
Hi Uwe,
I've had so many bug reports about the shellslash option breaking the shellescape() function that I now consider it a bug when my Vim plug-ins don't work around this issue :-). Anyway, I've just released version 0.6.28 of the Lua file type plug-in which should work regardless of the shellslash setting. Thanks for the feedback!
I debugged the lua.vim script and found a problem on windows (7): I reproduced it manually on the command line:
produces an error:
Using default double quotes works fine.
The problem derives from vim's shellescape (I guess):
The status line in Vim shows: