mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Remove workaround for long-since-fixed neovim 24-bit bug
Closes #2792 and addresses the (closed) #2768 Tested against neovim 0.2.1-dev
This commit is contained in:
parent
bca17db96e
commit
bb419d4f5e
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ if status --is-interactive
|
||||||
# Remove this code when we've made it safer to upgrade fish.
|
# Remove this code when we've made it safer to upgrade fish.
|
||||||
else
|
else
|
||||||
# Enable truecolor/24-bit support for select terminals
|
# 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.
|
# Ignore Screen and emacs' ansi-term as they swallow the sequences, rendering the text white.
|
||||||
if not set -q NVIM_LISTEN_ADDRESS
|
if
|
||||||
and 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
|
||||||
|
|
Loading…
Reference in a new issue