Fix regression causing fish_cursor_external to be ignored

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