vim-lua-inspect
vim-lua-inspect copied to clipboard
Error detected while processing function xolox#luainspect#highlight_cmd..
Hi,
I am new with lua and wanted some highlighting in vim. So I got the luainspect and the misc packege and installed them like the Infofiles told me. When I open any .lua file, I get this on a regular basis: Error detected while processing function
xolox#luainspect#highlight_cmd..xolox#luainspect#make_request..<SNR>22_parse_text:` line 12: E605: Exception not caught: luainspect.vim 0.5.2: Failed to execute LuaInspect as external process! Use ':verbose LuaInspect' to see the command line of the external process. Press ENTER or type command to continue Error detected while processing function xolox#luainspect#highlight_cmd: line 9: E171: Missing :endif
The highlighting works as it highlights Strings/Digits, Keywords and known commands. As I know nothing about vim plugins I am lost in how to solve this.
This issue has not been resolved. Looking at the .vim files, I can't seem to find where the issue is, but I similarly don't really know anything at all about this to be able to fix it.
Same error in luainspect 0.5.4
It's making the plugin practically unusable. Please help.
I have the same problem. Please fix.
Adding following option in vimrc worked for me !!
let g:loaded_luainspect = 1
Also check if both lua
and luac
are installed.