aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_highlight.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-09-22 13:20:41 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-09-22 13:23:58 +0800
commit477cf2a6b1226e77aa0562067d90a5a07dfbdccc (patch)
tree46333bb7b3c8b9689f2f537bfd6bb08cb8bca9cf /src/nvim/testdir/test_highlight.vim
parent1bced9bf94f2767ad5bb91cc902cd58fc126055e (diff)
downloadrneovim-477cf2a6b1226e77aa0562067d90a5a07dfbdccc.tar.gz
rneovim-477cf2a6b1226e77aa0562067d90a5a07dfbdccc.tar.bz2
rneovim-477cf2a6b1226e77aa0562067d90a5a07dfbdccc.zip
vim-patch:8.2.4677: the Athena GUI support is outdated
Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code. https://github.com/vim/vim/commit/0b962e5685edd41b55d5427b894797e725707639
Diffstat (limited to 'src/nvim/testdir/test_highlight.vim')
-rw-r--r--src/nvim/testdir/test_highlight.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_highlight.vim b/src/nvim/testdir/test_highlight.vim
index 8e808a00d0..e84c45c635 100644
--- a/src/nvim/testdir/test_highlight.vim
+++ b/src/nvim/testdir/test_highlight.vim
@@ -722,7 +722,7 @@ func Test_1_highlight_Normalgroup_exists()
elseif has('gui_gtk2') || has('gui_gnome') || has('gui_gtk3')
" expect is DEFAULT_FONT of gui_gtk_x11.c
call assert_match('hi Normal\s*font=Monospace 10', hlNormal)
- elseif has('gui_motif') || has('gui_athena')
+ elseif has('gui_motif')
" expect is DEFAULT_FONT of gui_x11.c
call assert_match('hi Normal\s*font=7x13', hlNormal)
elseif has('win32')