vim-lua-inspect
vim-lua-inspect copied to clipboard
Uncaught exception - alerts every time it tries to inspect (every few seconds)
I installed using Vundle. Full list of installed plugins (though I don't see any reason for them to be interfering, but just in case): tmhedberg/SimpylFold, vim-scripts/indentpython.vim, Valloric/YouCompleteMe, scrooloose/syntastic, xolox/vim-misc, xolox/vim-lua-ftplugin, xolox/vim-lua-inspect.
Switching the last two to their vim-scripts equivalent did not help.
Full error dump (after requesting verbose) is:
vim-misc 1.17.6: Executing external command using system() function: sh -c '(lua -e "package.p
ath = package.path .. '\'';/media/data/home/qwertystop/.vim/bundle/vim-lua-inspect/misc/luains
pect/?.lua'\''; package.path = package.path .. '\'';/media/data/home/qwertystop/.vim/bundle/vi
m-lua-inspect/misc/luainspect/metalualib/?.lua'\''; package.path = package.path .. '\'';/media
/data/home/qwertystop/.vim/bundle/vim-lua-inspect/misc/luainspect/luainspect/?.lua'\''; requir
e '\''luainspect4vim'\'' (io.read '\''*a'\'')" 2>&1) 1>'\''/tmp/vAzTxM2/5'\'' 2>'\''/tmp/vAzTx
M2/6'\'''
Error detected while processing function xolox#luainspect#highlight_cmd[9]..xolox#luainspect#m
ake_request[18]..<SNR>42_parse_text:
line 12:
E605: Exception not caught: luainspect.vim 0.5.2: Failed to execute LuaInspect as external pro
cess! Use ':verbose LuaInspect' to see the command line of the external process.
Error detected while processing function xolox#luainspect#highlight_cmd:
line 9:
E171: Missing :endif
I get the same error
I have the same error, any update on this?