We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa8a35 commit 22aa23fCopy full SHA for 22aa23f
src/normal.c
@@ -4639,7 +4639,7 @@ nv_mousescroll(cmdarg_T *cap)
4639
if (cap->arg == MSCR_UP || cap->arg == MSCR_DOWN)
4640
{
4641
# ifdef FEAT_TERMINAL
4642
- if (term_use_loop())
+ if (term_use_loop(FALSE))
4643
send_keys_to_term(curbuf->b_term, cap->cmdchar, TRUE);
4644
else
4645
# endif
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 874,
774
/**/
775
873,
776
0 commit comments