From 46d5fe174d55885fae6493dc860454b7dd685cbe Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Mon, 14 Mar 2016 17:44:56 -0600 Subject: [PATCH] Remove extra newline --- src/strategies/match_prev_cmd.zsh | 1 - zsh-autosuggestions.zsh | 1 - 2 files changed, 2 deletions(-) diff --git a/src/strategies/match_prev_cmd.zsh b/src/strategies/match_prev_cmd.zsh index 79d358f..c6b4c0c 100644 --- a/src/strategies/match_prev_cmd.zsh +++ b/src/strategies/match_prev_cmd.zsh @@ -48,4 +48,3 @@ _zsh_autosuggest_strategy_match_prev_cmd() { # Echo the matched history entry echo -E "$history[$histkey]" } - diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index 5df969a..b79327d 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -403,7 +403,6 @@ _zsh_autosuggest_strategy_match_prev_cmd() { echo -E "$history[$histkey]" } - #--------------------------------------------------------------------# # Start # #--------------------------------------------------------------------#