diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 19:30:26 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 20:15:43 +0100 |
| commit | ff4a628081c3fb50ea064353030a98375332cc23 (patch) | |
| tree | 0ae0d88f876fe33cbaea21885234b3fac3d685a3 /src/nvim/testdir/Makefile | |
| parent | f389196a344591da2f6cc2a63f4953e34316f954 (diff) | |
| download | rneovim-ff4a628081c3fb50ea064353030a98375332cc23.tar.gz rneovim-ff4a628081c3fb50ea064353030a98375332cc23.tar.bz2 rneovim-ff4a628081c3fb50ea064353030a98375332cc23.zip | |
test/old: restore test_alot_utf8.vim
Needed for later Vim patches.
Stub test_alot_latin.vim to avoid merge-conflict noise.
vim-patch:7.4.1700
vim-patch:7.4.1734
vim-patch:7.4.1740
vim-patch:7.4.2086
vim-patch:7.4.2223
vim-patch:8.0.0250
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index aa5d534530..13fd0fcf62 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -109,6 +109,8 @@ NEW_TESTS ?= \ test_winbuf_close.res \ test_window_id.res \ test_writefile.res \ + test_alot_latin.res \ + test_alot_utf8.res \ test_alot.res SCRIPTS_GUI := test16.out |