mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-18 18:31:59 +00:00
chore(zsh-navigation-tools): fix typo (#11960)
This commit is contained in:
parent
7329b2fbb1
commit
772b41ea5a
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ while (( 1 )); do
|
||||||
elif [ -n "$keypad" ]; then
|
elif [ -n "$keypad" ]; then
|
||||||
final_key="$keypad"
|
final_key="$keypad"
|
||||||
else
|
else
|
||||||
_nlist_status_msg "Inproper input detected"
|
_nlist_status_msg "Improper input detected"
|
||||||
zcurses refresh main inner
|
zcurses refresh main inner
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue