diff options
author | w0rp <devw0rp@gmail.com> | 2019-06-03 20:16:49 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-06-03 20:16:49 +0100 |
commit | a76f056bd976a52d3d49f07726a067ac4dba2e6e (patch) | |
tree | d3c566ed41f97f9f9848a93d425e7cd6822dea30 /test/vimrc | |
parent | a730a6d5d5a434f3ec93b77a4e003272a9e22925 (diff) | |
download | ale-a76f056bd976a52d3d49f07726a067ac4dba2e6e.zip |
Fix #2555 - Remove highlights in lowercase, etc
Diffstat (limited to 'test/vimrc')
-rw-r--r-- | test/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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') |