mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Fix regression causing fish_cursor_external to be ignored
Regressed in 0e97b876e (Simplify fish_vi_cursor, 2024-10-25).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user