comparison src/version.c @ 11668:26265ac3b7ed v8.0.0717

patch 8.0.0717: terminal feature precence unclear commit https://github.com/vim/vim/commit/26e8558e74fc1701b57f092cc2c3dbf879cf1af3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 15 20:05:54 2017 +0200 patch 8.0.0717: terminal feature precence unclear Problem: Terminal feature not included in :version output. Solution: Add +terminal or -terminal.
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Jul 2017 20:15:03 +0200
parents 5cd9ba96561d
children 3b2afa2b77b3
comparison
equal deleted inserted replaced
11667:88d6ae605f3f 11668:26265ac3b7ed
616 #ifdef FEAT_TERMGUICOLORS 616 #ifdef FEAT_TERMGUICOLORS
617 "+termguicolors", 617 "+termguicolors",
618 #else 618 #else
619 "-termguicolors", 619 "-termguicolors",
620 #endif 620 #endif
621 #ifdef FEAT_TERMINAL
622 "+terminal",
623 #else
624 "-terminal",
625 #endif
621 #if defined(UNIX) 626 #if defined(UNIX)
622 /* only Unix can have terminfo instead of termcap */ 627 /* only Unix can have terminfo instead of termcap */
623 # ifdef TERMINFO 628 # ifdef TERMINFO
624 "+terminfo", 629 "+terminfo",
625 # else 630 # else
762 NULL 767 NULL
763 }; 768 };
764 769
765 static int included_patches[] = 770 static int included_patches[] =
766 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 717,
767 /**/ 774 /**/
768 716, 775 716,
769 /**/ 776 /**/
770 715, 777 715,
771 /**/ 778 /**/