From d62f8c7e04b04e3108e31dce2b9bd26d05c460be Mon Sep 17 00:00:00 2001 From: Alexis Opolka <53085471+alexis-opolka@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:09:20 +0200 Subject: [PATCH] Update navi.plugin.fish --- shell/navi.plugin.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/navi.plugin.fish b/shell/navi.plugin.fish index 94c925a..073051a 100644 --- a/shell/navi.plugin.fish +++ b/shell/navi.plugin.fish @@ -15,6 +15,8 @@ function _navi_smart_replace # - https://github.com/fish-shell/fish-shell/issues/5033 # - https://github.com/fish-shell/fish-shell/issues/5860 # - https://github.com/fish-shell/fish-shell/blob/d663f553dffba460d6d0bcdf93df21bda9ec6f3f/src/screen.rs#L531 + # + # Introduced with: https://github.com/denisidoro/navi/pull/982 if test $version_parts[1] -ge 4 set force_repaint true end