| commit | 750209459c9e54030409afe8f4ad59570600b5c4 | [log] [tgz] |
|---|---|---|
| author | zeertzjq <zeertzjq@outlook.com> | Sun Jul 31 11:37:20 2022 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 31 11:37:20 2022 +0100 |
| tree | 283538c45603d0ea62c1800eb67a49f8b6f66eef | |
| parent | 3a4cd39d476474e20e88ebf120ca6070cc0d0072 [diff] [blame] |
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 #10822)
diff --git a/src/register.c b/src/register.c index 7906d92..55787df 100644 --- a/src/register.c +++ b/src/register.c
@@ -389,7 +389,7 @@ if (p_ch < 1) { - // Enable macro indicator temporary + // Enable macro indicator temporarily set_option_value((char_u *)"ch", 1L, NULL, 0); update_screen(VALID);