VimspectorBalloonEval throws error when evaluating expression with quotes #460
Labels
bug
Something isn't working
Severity 2
The plugin or a workflow is inconvenient or occasionally broken
Describe the bug
I use Neovim and I mapped
<Plug>VimspectorBalloonEval
to<Space>de
.In a C# project, when I trigger the mapping over an expression containing quotes, I get this error:
Minimal reproduction
vim --clean -Nu /path/to/vimspector/support/minimal_vimrc
? YesList of steps to reproduce
dotnet new console --name test
dotnet build
vim ---clean Nu /path/to/vimspector/support/minimal_vimrc
Main
function with this::vmap <Space>de <Plug>VimspectorBalloonEval
d["foo"]
in visual mode<Space>de
Vimspector config file
Expected behaviour
I expected a balloon to show up with "bar"
Actual behaviour
Instead I get this error:
.vimspector.log
Environment
Version of Vimspector: (e.g. output of
git rev-parse HEAD
if cloned or thename of the tarball used to install otherwise)
689c077
Output of
:VimspectorDebugInfo
nvim --version
which nvim
::py3 print( __import__( 'sys' ).version )
:Output of
:py3 import vim
:Nothing
Output of
:py3 import vimspector
:Nothing
For neovim: output of
:checkhealth
:checkhealth
Operating system: and version
linux 4.19.0-17-amd64 (Debian 10)
Declaration
The text was updated successfully, but these errors were encountered: