xolox / vim-lua-ftplugin

Lua file type plug-in for the Vim text editor
http://peterodding.com/code/vim/lua-ftplugin
187 stars 27 forks source link

E171: Missing :endif #41

Open Mahi opened 8 years ago

Mahi commented 8 years ago

Happens upon :w

Error detected while processing function xolox#lua#autocheck[4]..xolox#lua#checksyntax[16]..xolox#misc#os#exec:
line 123:
E484: Can't open file C:\Users\PS_L~1\AppData\Local\Temp\VIoD15A.tmp
Error detected while processing function xolox#lua#autocheck:
line 4:
E171: Missing :endif
dangkhoasdc commented 8 years ago

I have the same problem :( it happens when I turn on lua_complete_omni.