aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2018-01-14 20:52:51 +0800
committerckelsel <ckelsel@hotmail.com>2018-01-14 20:57:27 +0800
commitfe4ba6995895f95f461d40eda356cc7e1dbb1abf (patch)
treee0b9313ccd50a0df96ce9029ab1f6dd320845bef /src/nvim/testdir/Makefile
parent7faeaf9f243a8b955b73960d3bba9a34fce3132d (diff)
downloadrneovim-fe4ba6995895f95f461d40eda356cc7e1dbb1abf.tar.gz
rneovim-fe4ba6995895f95f461d40eda356cc7e1dbb1abf.tar.bz2
rneovim-fe4ba6995895f95f461d40eda356cc7e1dbb1abf.zip
vim-patch:8.0.0385: no tests for arabic
Problem: No tests for arabic. Solution: Add a first test for arabic. (Dominique Pelle, closes vim/vim#1518) https://github.com/vim/vim/commit/b5e8377364110ee70090274da15d202778e96a64
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index a23dacba15..0c25945274 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -40,6 +40,7 @@ SCRIPTS ?= $(SCRIPTS_DEFAULT)
# Tests using runtest.vim.
# Keep test_alot*.res as the last one, sort the others.
NEW_TESTS ?= \
+ test_arabic.vim \
test_autocmd.res \
test_bufwintabinfo.res \
test_changedtick.res \