comparison src/feature.h @ 12841:174e0c952b46 v8.0.1297

patch 8.0.1297: +autoservername does not show enabled on MS-Windows commit https://github.com/vim/vim/commit/23921432369e210029a26864cfb4f1537b3c3395 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 13 22:08:16 2017 +0100 patch 8.0.1297: +autoservername does not show enabled on MS-Windows Problem: +autoservername does not show enabled on MS-Windows. Solution: Always define the flag on MS-Windows. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Nov 2017 22:15:05 +0100
parents 963cdeb42c41
children ebb4f6c93598
comparison
equal deleted inserted replaced
12840:507ac06ddb3c 12841:174e0c952b46
1170 /* 1170 /*
1171 * +autoservername Automatically generate a servername for clientserver 1171 * +autoservername Automatically generate a servername for clientserver
1172 * when --servername is not passed on the command line. 1172 * when --servername is not passed on the command line.
1173 */ 1173 */
1174 #if defined(FEAT_CLIENTSERVER) && !defined(FEAT_AUTOSERVERNAME) 1174 #if defined(FEAT_CLIENTSERVER) && !defined(FEAT_AUTOSERVERNAME)
1175 # ifdef WIN3264
1176 /* Always enabled on MS-Windows. */
1177 # define FEAT_AUTOSERVERNAME
1178 # else
1179 /* Enable here if you don't use configure. */
1175 /* # define FEAT_AUTOSERVERNAME */ 1180 /* # define FEAT_AUTOSERVERNAME */
1181 # endif
1176 #endif 1182 #endif
1177 1183
1178 /* 1184 /*
1179 * +termresponse send t_RV to obtain terminal response. Used for xterm 1185 * +termresponse send t_RV to obtain terminal response. Used for xterm
1180 * to check if mouse dragging can be used and if term 1186 * to check if mouse dragging can be used and if term