diff options
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') |