mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 09:45:25 +08:00
Revert "Remove workaround for long-since-fixed neovim 24-bit bug"
This reverts commit bb419d4f5e
.
This commit is contained in:
parent
bb419d4f5e
commit
c2a5e7ae27
|
@ -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 Screen and emacs' ansi-term as they swallow the sequences, rendering the text white.
|
||||
if
|
||||
# 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
|
||||
and not set -q STY
|
||||
and not string match -q -- 'eterm*' $TERM
|
||||
and begin
|
||||
|
|
Loading…
Reference in New Issue
Block a user