mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.5088: value of cmod_verbose is a bit complicated to use
Problem: Value of cmod_verbose is a bit complicated to use. Solution: Use zero for not set, value + 1 when set. (closes #10564)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user