commit | d5e3cc11d391f3aa80bf66f91001f11a3a145b43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 12 14:38:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 12 14:38:02 2019 +0200 |
tree | 8c53eec2cb1f2a8c669932db7057bf2fe72e0874 | |
parent | 52992feafe8a996fbce29b97ae135abc169aa716 [diff] [blame] |
patch 8.1.1841: no test for Ex shift commands Problem: No test for Ex shift commands. Solution: Add a test. (Dominique Pelle, closes #4801)
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index a7db66a..ab1dac4 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -52,6 +52,7 @@ source test_scroll_opt.vim source test_searchpos.vim source test_set.vim +source test_shift.vim source test_sort.vim source test_sha256.vim source test_statusline.vim