vim-patch:9.0.0118: no test for what patch 9.0.0155 fixes

Problem:    No test for what patch 9.0.0155 fixes.
Solution:   Add a test. Fix typos.  (closes vim/vim#10822)
750209459c
This commit is contained in:
zeertzjq
2022-07-31 18:49:57 +08:00
parent 63244f68e7
commit 2c522854c7
4 changed files with 17 additions and 8 deletions

View File

@@ -909,7 +909,7 @@ int do_record(int c)
retval = OK;
if (!ui_has_messages()) {
// Enable macro indicator temporary
// Enable macro indicator temporarily
set_option_value("ch", 1L, NULL, 0);
update_screen(VALID);