summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-24 22:42:37 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-24 22:42:37 +0100
commit99531a7604ce89ba82f41cdb519669abb61f3df0 (patch)
tree1357331276f4ccd7b8d590252cabc1e8319736be /src/testdir/test_alot.vim
parent681b6bc86c8f60473854c0141935c07494528884 (diff)
patch 8.1.0817: ":=" command is not testedv8.1.0817
Problem: ":=" command is not tested. Solution: Add a test. (Dominique Pelle, closes #3859)
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 be665120b3..81873af2e6 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -10,6 +10,7 @@ source test_changedtick.vim
source test_compiler.vim
source test_cursor_func.vim
source test_delete.vim
+source test_ex_equal.vim
source test_ex_undo.vim
source test_ex_z.vim
source test_execute_func.vim