mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Remove extra newline
This commit is contained in:
parent
6c31a02892
commit
46d5fe174d
2 changed files with 0 additions and 2 deletions
|
@ -48,4 +48,3 @@ _zsh_autosuggest_strategy_match_prev_cmd() {
|
||||||
# Echo the matched history entry
|
# Echo the matched history entry
|
||||||
echo -E "$history[$histkey]"
|
echo -E "$history[$histkey]"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -403,7 +403,6 @@ _zsh_autosuggest_strategy_match_prev_cmd() {
|
||||||
echo -E "$history[$histkey]"
|
echo -E "$history[$histkey]"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------#
|
#--------------------------------------------------------------------#
|
||||||
# Start #
|
# Start #
|
||||||
#--------------------------------------------------------------------#
|
#--------------------------------------------------------------------#
|
||||||
|
|
Loading…
Reference in a new issue