comparison 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
comparison
equal deleted inserted replaced
15618:2da95c8f550d 15619:a4882149b661
103 test_display \ 103 test_display \
104 test_edit \ 104 test_edit \
105 test_erasebackword \ 105 test_erasebackword \
106 test_escaped_glob \ 106 test_escaped_glob \
107 test_eval_stuff \ 107 test_eval_stuff \
108 test_ex_equal \
108 test_ex_undo \ 109 test_ex_undo \
109 test_ex_z \ 110 test_ex_z \
110 test_exit \ 111 test_exit \
111 test_exec_while_if \ 112 test_exec_while_if \
112 test_execute_func \ 113 test_execute_func \