diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-15 15:37:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-15 15:37:20 +0100 |
commit | 24c4d539eed33e8073f8f9fe2bee497bbba935a4 (patch) | |
tree | 5ebe42941efb39c6c274ee165736eaaafddc8edc /src/testdir/test_alot.vim | |
parent | a803c7f94070f94b831fdfd1984f288c8b825b5d (diff) | |
download | vim-24c4d539eed33e8073f8f9fe2bee497bbba935a4.zip |
patch 7.4.1093
Problem: Typo in test goes unnoticed.
Solution: Fix the typo. Give error for wrong arguments to cursor().
(partly by Hirohito Higashi) Add a test for cursor().
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 413e71b54..87bd26b45 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -2,6 +2,7 @@ " This makes testing go faster, since Vim doesn't need to restart. source test_backspace_opt.vim +source test_cursor_func.vim source test_lispwords.vim source test_menu.vim source test_searchpos.vim |