blob: ebb3bde4ce1728f9db256336aa5ea2635e68cb20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
" 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.
" Nvim does not allow setting 'encoding', so skip this test group.
finish
source test_regexp_latin.vim
|