diff src/testdir/Make_all.mak @ 15619:a4882149b661 v8.1.0817

patch 8.1.0817: ":=" command is not tested commit https://github.com/vim/vim/commit/99531a7604ce89ba82f41cdb519669abb61f3df0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 24 22:42:37 2019 +0100 patch 8.1.0817: ":=" command is not tested Problem: ":=" command is not tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/3859)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 22:45:05 +0100
parents 536fca2cee19
children 93b78c4a7cd5
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -105,6 +105,7 @@ NEW_TESTS = \
 	test_erasebackword \
 	test_escaped_glob \
 	test_eval_stuff \
+	test_ex_equal \
 	test_ex_undo \
 	test_ex_z \
 	test_exit \