mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
termdebug.vim: reset evalFromBalloonExprResult #11309
The value is used again in case of a pointer and it will cause errors then.
This commit is contained in:
parent
5a212a96a6
commit
83b6d9f197
@ -583,6 +583,7 @@ func s:HandleEvaluate(msg)
|
||||
endif
|
||||
let s:evalFromBalloonExprResult = split(s:evalFromBalloonExprResult, '\\n')
|
||||
call s:OpenHoverPreview(s:evalFromBalloonExprResult, v:null)
|
||||
let s:evalFromBalloonExprResult = ''
|
||||
else
|
||||
echomsg '"' . s:evalexpr . '": ' . value
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user