Patch 8.0.1297
Problem: +autoservername does not show enabled on MS-Windows.
Solution: Always define the flag on MS-Windows. (Ken Takata)
Files: src/feature.h
*** ../vim-8.0.1296/src/feature.h 2017-11-12 19:21:06.561379665 +0100
--- src/feature.h 2017-11-13 21:58:37.562858981 +0100
***************
*** 1172,1178 ****
--- 1172,1184 ----
* when --servername is not passed on the command line.
*/
#if defined(FEAT_CLIENTSERVER) && !defined(FEAT_AUTOSERVERNAME)
+ # ifdef WIN3264
+ /* Always enabled on MS-Windows. */
+ # define FEAT_AUTOSERVERNAME
+ # else
+ /* Enable here if you don't use configure. */
/* # define FEAT_AUTOSERVERNAME */
+ # endif
#endif
/*
*** ../vim-8.0.1296/src/version.c 2017-11-13 21:09:59.547760060 +0100
--- src/version.c 2017-11-13 21:59:39.501897709 +0100
***************
*** 768,769 ****
--- 768,771 ----
{ /* Add new patch number below this line */
+ /**/
+ 1297,
/**/
--
Team-building exercises come in many forms but they all trace their roots back
to the prison system. In your typical team-building exercise the employees
are subjected to a variety of unpleasant situations until they become either a
cohesive team or a ring of car jackers.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.