summaryrefslogtreecommitdiff
path: root/test/vimrc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-06-03 20:16:49 +0100
committerw0rp <devw0rp@gmail.com>2019-06-03 20:16:49 +0100
commita76f056bd976a52d3d49f07726a067ac4dba2e6e (patch)
treed3c566ed41f97f9f9848a93d425e7cd6822dea30 /test/vimrc
parenta730a6d5d5a434f3ec93b77a4e003272a9e22925 (diff)
downloadale-a76f056bd976a52d3d49f07726a067ac4dba2e6e.zip
Fix #2555 - Remove highlights in lowercase, etc
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')