commit | e93e5a504f481bd0dad9c504d5fcf0e5f0dfc6e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 15 20:22:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 15 20:22:38 2019 +0100 |
tree | ed5f70fa3c1fa62eaed3e52b5b565ae876a3a74b | |
parent | 5ff7df509ad6bde89991d38d87a6fc796b862ba7 [diff] [blame] |
patch 8.1.0926: no test for :wnext, :wNext and :wprevious Problem: No test for :wnext, :wNext and :wprevious. Solution: Add a test. (Dominique Pelle, closes #3963)
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 81873af..204796a 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -66,3 +66,4 @@ source test_unlet.vim source test_virtualedit.vim source test_window_cmd.vim +source test_wnext.vim