summaryrefslogtreecommitdiff
path: root/test/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'test/vimrc')
-rw-r--r--test/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/vimrc b/test/vimrc
index 018b8f67..3f80c636 100644
--- a/test/vimrc
+++ b/test/vimrc
@@ -3,6 +3,9 @@
" Make most tests just set lists synchronously when run in Docker, etc.
let g:ale_set_lists_synchronously = 1
+" This lowercase highlight definition is needed for highlight tests.
+hi link aleerrorline spellbad
+
" Load builtin plugins
" We need this because run_vim.sh sets -i NONE
if has('win32')