summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-06-14 13:30:35 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-14 13:30:35 +0100
commitcd7496382efc9e6748326c6cda7f01003fa07063 (patch)
treecfb5592b4cb28fb3d302842bb71b6c141ba28f5b /src/ex_getln.c
parent1630bd980a1f7f62adc6f73cb20be66a3c382225 (diff)
patch 8.2.5088: value of cmod_verbose is a bit complicated to usev8.2.5088
Problem: Value of cmod_verbose is a bit complicated to use. Solution: Use zero for not set, value + 1 when set. (closes #10564)
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 20d9520ed1..8be971a885 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -256,7 +256,6 @@ do_incsearch_highlighting(
ea.cmd = ccline.cmdbuff;
ea.addr_type = ADDR_LINES;
- CLEAR_FIELD(dummy_cmdmod);
parse_command_modifiers(&ea, &dummy, &dummy_cmdmod, TRUE);
cmd = skip_range(ea.cmd, TRUE, NULL);