mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
af23d17388
The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'.
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
|