From 99531a7604ce89ba82f41cdb519669abb61f3df0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 24 Jan 2019 22:42:37 +0100 Subject: patch 8.1.0817: ":=" command is not tested Problem: ":=" command is not tested. Solution: Add a test. (Dominique Pelle, closes #3859) --- src/testdir/test_alot.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testdir/test_alot.vim') 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 -- cgit v1.2.3