commit | fc8bec0be4d1354f20fc4f514e47e98280b9d64a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 19:57:34 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 19:57:34 2017 +0200 |
tree | 30ddaa097c91a0689fa525bb79ba72b46f73de10 | |
parent | 3eee06e7d4c3a8e2dbb2577a1eef0e0f108e0288 [diff] [blame] |
patch 8.0.0966: build failure without terminal feature Problem: Build failure without terminal feature. Solution: Move #endif.
diff --git a/src/term.c b/src/term.c index f526544..1c5be4d 100644 --- a/src/term.c +++ b/src/term.c
@@ -3771,6 +3771,7 @@ out_str(T_VE); out_flush(); } +# endif /* * "shape" == 1: block, "shape" == 2: underline, "shape" == 3: vertical bar @@ -3784,7 +3785,6 @@ out_flush(); } } -# endif #endif /*