From 13fd9be1d9c5055ab142de6ddf9019b5a48a8656 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sat, 9 Sep 2017 23:59:40 -0500 Subject: [PATCH] Remove workaround for long-since-fixed neovim 24-bit bug Closes #2792 and addresses the (closed) #2768 Tested against neovim 0.2.1-dev --- share/config.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/config.fish b/share/config.fish index b280ea848..93c20b2a1 100644 --- a/share/config.fish +++ b/share/config.fish @@ -36,8 +36,8 @@ if status --is-interactive # Remove this code when we've made it safer to upgrade fish. else # Enable truecolor/24-bit support for select terminals - # Ignore Neovim (in 0.1.4 at least), Screen and emacs' ansi-term as they swallow the sequences, rendering the text white. - if not set -q NVIM_LISTEN_ADDRESS + # Ignore Screen and emacs' ansi-term as they swallow the sequences, rendering the text white. + if and not set -q STY and not string match -q -- 'eterm*' $TERM and begin