changeset 12172:444793fce117 v8.0.0966

patch 8.0.0966: build failure without terminal feature commit https://github.com/vim/vim/commit/fc8bec0be4d1354f20fc4f514e47e98280b9d64a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 19:57:34 2017 +0200 patch 8.0.0966: build failure without terminal feature Problem: Build failure without terminal feature. Solution: Move #endif.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 20:00:04 +0200
parents 72c158ee7bf4
children d20785cc7955
files src/term.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c
+++ b/src/term.c
@@ -3771,6 +3771,7 @@ term_cursor_blink(int blink)
 	out_str(T_VE);
     out_flush();
 }
+# endif
 
 /*
  * "shape" == 1: block, "shape" == 2: underline, "shape" == 3: vertical bar
@@ -3784,7 +3785,6 @@ term_cursor_shape(int shape, int blink)
 	out_flush();
     }
 }
-# endif
 #endif
 
 /*
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    966,
+/**/
     965,
 /**/
     964,