Closed GameFuzzy closed 6 months ago
Thank you for reporting this issue. This is a big problem, and one that needs fixing, but it's once again a breaking change, so I'm taking this opportunity to change some other things for the big 12 release now. It will probably mean that only double quotes will remain working, as this is in line with JSON that's also used for object and array parsing, which caused string escaping to not work exactly the same as before.
As for the startup error, these are Electron/Chromium related, and not in any way related to Vieb's code, otherwise they would be in the :internaldevtools
, also see --devtools
. Those logs are from the main process, which basically just handles setting up the (Electron) window and responding to internal messages.
Implemented in 12.0.0 :tada:
Checklist
:help
documentation using/
for helpful informationDescribe the bug When trying to set a multiword string as described in the docs below the double quotes are instead escaped and included in said string.
To Reproduce
:set vimcommand="gnome-terminal -- vim"
Expected behavior The string should look like this
gnome-terminal -- vim
Extra information Should probably also add that I get this error whenever i run
vieb
in case it's somehow related:Assuming this bug is exclusive to MacOS since it probably would've been reported already otherwise.
Specs