mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
[cleanup] Remove an extra newline
This commit is contained in:
parent
4afbbbadda
commit
48a21bf79e
2 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ _zsh_autosuggest_async_server() {
|
||||||
# Output only newlines (not carriage return + newline)
|
# Output only newlines (not carriage return + newline)
|
||||||
stty -onlcr
|
stty -onlcr
|
||||||
|
|
||||||
|
|
||||||
# Silence any error messages
|
# Silence any error messages
|
||||||
exec 2>/dev/null
|
exec 2>/dev/null
|
||||||
|
|
||||||
|
|
|
@ -515,7 +515,6 @@ _zsh_autosuggest_async_server() {
|
||||||
# Output only newlines (not carriage return + newline)
|
# Output only newlines (not carriage return + newline)
|
||||||
stty -onlcr
|
stty -onlcr
|
||||||
|
|
||||||
|
|
||||||
# Silence any error messages
|
# Silence any error messages
|
||||||
exec 2>/dev/null
|
exec 2>/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue