fixup! Remove workaround for long-since-fixed neovim 24-bit bug

This commit is contained in:
Mahmoud Al-Qudsi 2017-09-10 10:01:43 -05:00
parent 13fd9be1d9
commit 5175d82a80

View file

@ -37,8 +37,7 @@ if status --is-interactive
else else
# Enable truecolor/24-bit support for select terminals # Enable truecolor/24-bit support for select terminals
# Ignore Screen and emacs' ansi-term as they swallow the sequences, rendering the text white. # Ignore Screen and emacs' ansi-term as they swallow the sequences, rendering the text white.
if if not set -q STY
and not set -q STY
and not string match -q -- 'eterm*' $TERM and not string match -q -- 'eterm*' $TERM
and begin and begin
set -q KONSOLE_PROFILE_NAME # KDE's konsole set -q KONSOLE_PROFILE_NAME # KDE's konsole