]> granicus.if.org Git - vim/commitdiff
patch 8.0.0874: can't build with terminal feature v8.0.0874
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Aug 2017 19:13:36 +0000 (21:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Aug 2017 19:13:36 +0000 (21:13 +0200)
Problem:    Can't build with terminal feature.
Solution:   Include change to term_use_loop(). (Dominique Pelle)

src/normal.c
src/version.c

index 25ab2d345cb4b0038e6d5a4f76c67771d57328cf..88f604dd8694bfe65c1c09e9f8d82bab17ac38eb 100644 (file)
@@ -4639,7 +4639,7 @@ nv_mousescroll(cmdarg_T *cap)
     if (cap->arg == MSCR_UP || cap->arg == MSCR_DOWN)
     {
 # ifdef FEAT_TERMINAL
-       if (term_use_loop())
+       if (term_use_loop(FALSE))
            send_keys_to_term(curbuf->b_term, cap->cmdchar, TRUE);
        else
 # endif
index 54acc59d330c0083dee99bbe3a3d81ee0aceeef4..bc72c831d185180289b090548a06354494df45d0 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    874,
 /**/
     873,
 /**/