mirror of
https://github.com/neovim/neovim.git
synced 2024-12-22 04:05:09 -07:00
8 lines
280 B
VimL
8 lines
280 B
VimL
|
" A series of tests that can run in one Vim invocation.
|
||
|
" This makes testing go faster, since Vim doesn't need to restart.
|
||
|
|
||
|
" These tests use latin1 'encoding'. Setting 'encoding' is in the individual
|
||
|
" files, so that they can be run by themselves.
|
||
|
|
||
|
source test_regexp_latin.vim
|