Fix regression causing fish_cursor_external to be ignored
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run

Regressed in 0e97b876e (Simplify fish_vi_cursor, 2024-10-25).
This commit is contained in:
Johannes Altmanninger 2024-11-03 16:58:26 +01:00
parent 24a077f804
commit 7debdb75af

View File

@ -28,7 +28,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
function fish_vi_cursor_handle_preexec --on-event fish_preexec --on-event fish_exit
set -l varname fish_cursor_external
if not set -q \$varname
if not set -q $varname
set varname fish_cursor_default
end
__fish_vi_cursor $varname