summaryrefslogtreecommitdiffstats
path: root/src/register.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-31 11:37:20 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-31 11:37:20 +0100
commit750209459c9e54030409afe8f4ad59570600b5c4 (patch)
tree283538c45603d0ea62c1800eb67a49f8b6f66eef /src/register.c
parent3a4cd39d476474e20e88ebf120ca6070cc0d0072 (diff)
patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118
Problem: No test for what patch 9.0.0155 fixes. Solution: Add a test. Fix typos. (closes #10822)
Diffstat (limited to 'src/register.c')
-rw-r--r--src/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/register.c b/src/register.c
index 7906d92e21..55787df4ee 100644
--- a/src/register.c
+++ b/src/register.c
@@ -389,7 +389,7 @@ do_record(int c)
if (p_ch < 1)
{
- // Enable macro indicator temporary
+ // Enable macro indicator temporarily
set_option_value((char_u *)"ch", 1L, NULL, 0);
update_screen(VALID);