mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0173
This commit is contained in:
@@ -1037,8 +1037,7 @@ mch_inchar(
|
||||
if (WaitForChar(p_ut) == 0)
|
||||
{
|
||||
#ifdef FEAT_AUTOCMD
|
||||
if (!did_cursorhold && has_cursorhold()
|
||||
&& get_real_state() == NORMAL_BUSY && maxlen >= 3)
|
||||
if (trigger_cursorhold() && maxlen >= 3)
|
||||
{
|
||||
buf[0] = K_SPECIAL;
|
||||
buf[1] = KS_EXTRA;
|
||||
|
Reference in New Issue
Block a user