mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-29 22:41:16 -03:00
"commandline -f repaint" might be triggered for various reasons; since this sets "last_cmd", it will reset some UI states, notably pager selection: 1. press tab 2. trigger repaint 3. press tab The repaint prevents us from selecting the first candidate. Work around this by ignoring repaint events for the last_cmd logic. Fixes #12683