comparison src/version.c @ 7759:39be49fd70d9 v7.4.1177

commit https://github.com/vim/vim/commit/5aec481097278d7d4e6559d9db2b9c3b8aa0dd5d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 25 20:15:45 2016 +0100 patch 7.4.1177 Problem: The +channel feature is not in :version output. (Tony Mechelynck) Solution: Add the feature string.
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Jan 2016 20:30:05 +0100
parents 34bfc3456830
children db5864658024
comparison
equal deleted inserted replaced
7758:2a21a441450f 7759:39be49fd70d9
104 #ifdef FEAT_BYTEOFF 104 #ifdef FEAT_BYTEOFF
105 "+byte_offset", 105 "+byte_offset",
106 #else 106 #else
107 "-byte_offset", 107 "-byte_offset",
108 #endif 108 #endif
109 #ifdef FEAT_CHANNEL
110 "+channel",
111 #else
112 "-channel",
113 #endif
109 #ifdef FEAT_CINDENT 114 #ifdef FEAT_CINDENT
110 "+cindent", 115 "+cindent",
111 #else 116 #else
112 "-cindent", 117 "-cindent",
113 #endif 118 #endif
739 NULL 744 NULL
740 }; 745 };
741 746
742 static int included_patches[] = 747 static int included_patches[] =
743 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 1177,
744 /**/ 751 /**/
745 1176, 752 1176,
746 /**/ 753 /**/
747 1175, 754 1175,
748 /**/ 755 /**/