"plugins/vscode:/vscode.git/clone" did not exist on "c4727ab558b91445c07aba3e6989ab6c8709ee74"
Fix shwordsplit bug when a basedir contains spaces
The `shwordsplit` option affects all variables and we only need to split
the `$EDITOR` variable. Because of that, using `${=spec}` is a much better
alternative.
More info at
http://zsh.sourceforge.net/Doc/Release/Expansion.html#index-SH_005fWORD_005fSPLIT_002c-toggle
Please register or sign in to comment