summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-15 15:37:20 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-15 15:37:20 +0100
commit24c4d539eed33e8073f8f9fe2bee497bbba935a4 (patch)
tree5ebe42941efb39c6c274ee165736eaaafddc8edc /src/testdir/test_alot.vim
parenta803c7f94070f94b831fdfd1984f288c8b825b5d (diff)
patch 7.4.1093v7.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.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 413e71b543..87bd26b458 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