aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-31 18:49:57 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-07-31 18:51:06 +0800
commit2c522854c78d4e02d7337cf0b06174387f7f4583 (patch)
tree99171207e25340bc6bb1b3466f5c192d50d03a4f /src/nvim/ops.c
parent63244f68e70f233b4175ce0018a58932f075d4c5 (diff)
downloadrneovim-2c522854c78d4e02d7337cf0b06174387f7f4583.tar.gz
rneovim-2c522854c78d4e02d7337cf0b06174387f7f4583.tar.bz2
rneovim-2c522854c78d4e02d7337cf0b06174387f7f4583.zip
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) https://github.com/vim/vim/commit/750209459c9e54030409afe8f4ad59570600b5c4
Diffstat (limited to 'src/nvim/ops.c')
-rw-r--r--src/nvim/ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ops.c b/src/nvim/ops.c
index b428bf8dd6..0825f17ccc 100644
--- a/src/nvim/ops.c
+++ b/src/nvim/ops.c
@@ -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);