aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2017-12-02 16:26:30 +0800
committerJustin M. Keyes <justinkz@gmail.com>2018-01-21 11:22:43 +0100
commit9db4dc971dd9357c57dbfeae3ec535033c38743b (patch)
tree244ce20f547b3efeef59ecac8c0084cc418f8270 /src/nvim/testdir/Makefile
parent72422b0748afb8f507ec6b91e122b0dee2a74159 (diff)
downloadrneovim-9db4dc971dd9357c57dbfeae3ec535033c38743b.tar.gz
rneovim-9db4dc971dd9357c57dbfeae3ec535033c38743b.tar.bz2
rneovim-9db4dc971dd9357c57dbfeae3ec535033c38743b.zip
vim-patch:8.0.0301 #7685
Problem: No tests for ":set completion" and various errors of the :set command. Solution: Add more :set tests. (Dominique Pelle, closes vim/vim#1440) https://github.com/vim/vim/commit/698f8b207bbfefa1cbbd7361caf5412cb3416534 --- Also move test_options from test_alot to Makefile. (That's done upstream in Vim patch 8.0.0430.)
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 18f0bac3cf..2dc42be652 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -77,6 +77,7 @@ NEW_TESTS ?= \
test_mksession_utf8.res \
test_nested_function.res \
test_normal.res \
+ test_options.res \
test_profile.res \
test_quickfix.res \
test_retab.res \