mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
docs: add references to fish
This commit is contained in:
parent
fcbd6c3350
commit
a7efad2740
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,13 @@ function _navi_smart_replace
|
|||
end
|
||||
|
||||
set --local force_repaint false
|
||||
# https://github.com/fish-shell/fish-shell/blob/d663f553dffba460d6d0bcdf93df21bda9ec6f3f/doc_src/interactive.rst?plain=1#L440
|
||||
# > Bindings that change the mode are supposed to call the repaint-mode bind function
|
||||
#
|
||||
# Related issues
|
||||
# - 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
|
||||
if test $version_parts[1] -ge 4
|
||||
set force_repaint true
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue