Fix #2555 - Remove highlights in lowercase, etc

This commit is contained in:
w0rp
2019-06-03 20:16:49 +01:00
parent a730a6d5d5
commit a76f056bd9
3 changed files with 13 additions and 2 deletions

View File

@@ -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')