mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.0.1295: cannot automatically get a server name in a terminal
Problem: Cannot automatically get a server name in a terminal. Solution: Add the --enable-autoservername flag to configure. (Cimbali, closes #2317)
This commit is contained in:
@@ -83,6 +83,11 @@ static char *(features[]) =
|
||||
#else
|
||||
"-autocmd",
|
||||
#endif
|
||||
#ifdef FEAT_AUTOSERVERNAME
|
||||
"+autoservername",
|
||||
#else
|
||||
"-autoservername",
|
||||
#endif
|
||||
#ifdef FEAT_BEVAL
|
||||
"+balloon_eval",
|
||||
#else
|
||||
@@ -761,6 +766,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1295,
|
||||
/**/
|
||||
1294,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user