mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-01-30 09:47:12 +08:00
[cleanup] Remove an extra newline
This commit is contained in:
parent
4afbbbadda
commit
48a21bf79e
@ -20,7 +20,6 @@ _zsh_autosuggest_async_server() {
|
||||
# Output only newlines (not carriage return + newline)
|
||||
stty -onlcr
|
||||
|
||||
|
||||
# Silence any error messages
|
||||
exec 2>/dev/null
|
||||
|
||||
|
@ -515,7 +515,6 @@ _zsh_autosuggest_async_server() {
|
||||
# Output only newlines (not carriage return + newline)
|
||||
stty -onlcr
|
||||
|
||||
|
||||
# Silence any error messages
|
||||
exec 2>/dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user