summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-15 20:22:38 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-15 20:22:38 +0100
commite93e5a504f481bd0dad9c504d5fcf0e5f0dfc6e6 (patch)
treeed5f70fa3c1fa62eaed3e52b5b565ae876a3a74b /src/testdir/Make_all.mak
parent5ff7df509ad6bde89991d38d87a6fc796b862ba7 (diff)
patch 8.1.0926: no test for :wnext, :wNext and :wpreviousv8.1.0926
Problem: No test for :wnext, :wNext and :wprevious. Solution: Add a test. (Dominique Pelle, closes #3963)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 2ca5f2b1de..92e2ae3680 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -269,6 +269,7 @@ NEW_TESTS = \
test_window_cmd \
test_window_id \
test_windows_home \
+ test_wnext \
test_wordcount \
test_writefile \
test_xxd \