comparison src/version.c @ 9536:b2aada04d84e v7.4.2048

commit https://github.com/vim/vim/commit/a06ecab7a5159e744448ace731036f0dc5f87dd4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 16 14:47:36 2016 +0200 patch 7.4.2048 Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jul 2016 15:00:07 +0200
parents 340106787852
children 26da1efa9e46
comparison
equal deleted inserted replaced
9535:eb813d0c8346 9536:b2aada04d84e
578 "+syntax", 578 "+syntax",
579 #else 579 #else
580 "-syntax", 580 "-syntax",
581 #endif 581 #endif
582 /* only interesting on Unix systems */ 582 /* only interesting on Unix systems */
583 #if defined(USE_SYSTEM) && (defined(UNIX) || defined(__EMX__)) 583 #if defined(USE_SYSTEM) && defined(UNIX)
584 "+system()", 584 "+system()",
585 #endif 585 #endif
586 #ifdef FEAT_TAG_BINS 586 #ifdef FEAT_TAG_BINS
587 "+tag_binary", 587 "+tag_binary",
588 #else 588 #else
610 #ifdef FEAT_TERMGUICOLORS 610 #ifdef FEAT_TERMGUICOLORS
611 "+termguicolors", 611 "+termguicolors",
612 #else 612 #else
613 "-termguicolors", 613 "-termguicolors",
614 #endif 614 #endif
615 #if defined(UNIX) || defined(__EMX__) 615 #if defined(UNIX)
616 /* only Unix (or OS/2 with EMX!) can have terminfo instead of termcap */ 616 /* only Unix can have terminfo instead of termcap */
617 # ifdef TERMINFO 617 # ifdef TERMINFO
618 "+terminfo", 618 "+terminfo",
619 # else 619 # else
620 "-terminfo", 620 "-terminfo",
621 # endif 621 # endif
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2048,
761 /**/ 763 /**/
762 2047, 764 2047,
763 /**/ 765 /**/
764 2046, 766 2046,
765 /**/ 767 /**/