forked from aniani/vim
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:
@@ -1167,6 +1167,14 @@
|
||||
# define FEAT_CLIENTSERVER
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +autoservername Automatically generate a servername for clientserver
|
||||
* when --servername is not passed on the command line.
|
||||
*/
|
||||
#if defined(FEAT_CLIENTSERVER) && !defined(FEAT_AUTOSERVERNAME)
|
||||
/* # define FEAT_AUTOSERVERNAME */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +termresponse send t_RV to obtain terminal response. Used for xterm
|
||||
* to check if mouse dragging can be used and if term
|
||||
|
||||
Reference in New Issue
Block a user