mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0e06
This commit is contained in:
@@ -831,6 +831,12 @@ getcount:
|
||||
{
|
||||
unshift_special(&ca);
|
||||
idx = find_command(ca.cmdchar);
|
||||
if (idx < 0)
|
||||
{
|
||||
/* Just in case */
|
||||
clearopbeep(oap);
|
||||
goto normal_end;
|
||||
}
|
||||
}
|
||||
else if ((nv_cmds[idx].cmd_flags & NV_SSS)
|
||||
&& (mod_mask & MOD_MASK_SHIFT))
|
||||
|
Reference in New Issue
Block a user