Fix VSCode not blocking in edit_command_buffer

This commit is contained in:
Johannes Altmanninger
2020-03-14 14:14:15 +01:00
parent 3816c4bb39
commit 651f3cf863

View File

@@ -50,7 +50,7 @@ function edit_command_buffer --description 'Edit the command buffer in an extern
else if contains $basename joe ee
set -a editor +$line $f
else if contains $basename code code-oss
set -a editor --goto $f:$line:$col
set -a editor --goto $f:$line:$col --wait
else
set -a editor $f
end