mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
Revert "edit_command_buffer: Use variable-as-command"
This reverts commit 3c6844d4f4
.
See #5625.
This commit is contained in:
parent
8e60ebcd34
commit
1a3471fa7d
|
@ -18,11 +18,11 @@ function edit_command_buffer --description 'Edit the command buffer in an extern
|
|||
commandline -b >$f
|
||||
if set -q VISUAL
|
||||
__fish_disable_bracketed_paste
|
||||
$VISUAL $f
|
||||
eval $VISUAL $f
|
||||
__fish_enable_bracketed_paste
|
||||
else if set -q EDITOR
|
||||
__fish_disable_bracketed_paste
|
||||
$EDITOR $f
|
||||
eval $EDITOR $f
|
||||
__fish_enable_bracketed_paste
|
||||
else
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue
Block a user