diff options
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r-- | src/nvim/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c index f97ae8778d..e2b77d9605 100644 --- a/src/nvim/fileio.c +++ b/src/nvim/fileio.c @@ -6677,7 +6677,7 @@ bool trigger_cursorhold(void) FUNC_ATTR_PURE FUNC_ATTR_WARN_UNUSED_RESULT if (!did_cursorhold && has_cursorhold() - && !Recording + && reg_recording == 0 && typebuf.tb_len == 0 && !ins_compl_active() ) { |