mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
Remove clientserver
This commit is contained in:

committed by
Thiago de Arruda

parent
5ae8094fb4
commit
d568548aa1
2
src/ui.c
2
src/ui.c
@@ -364,7 +364,7 @@ void set_input_buf(char_u *p)
|
|||||||
#if defined(FEAT_GUI) \
|
#if defined(FEAT_GUI) \
|
||||||
|| defined(FEAT_MOUSE_GPM) || defined(FEAT_SYSMOUSE) \
|
|| defined(FEAT_MOUSE_GPM) || defined(FEAT_SYSMOUSE) \
|
||||||
|| defined(FEAT_XCLIPBOARD) || defined(VMS) \
|
|| defined(FEAT_XCLIPBOARD) || defined(VMS) \
|
||||||
|| defined(PROTO) || defined(FEAT_CLIENTSERVER)
|
|| defined(PROTO)
|
||||||
/*
|
/*
|
||||||
* Add the given bytes to the input buffer
|
* Add the given bytes to the input buffer
|
||||||
* Special keys start with CSI. A real CSI must have been translated to
|
* Special keys start with CSI. A real CSI must have been translated to
|
||||||
|
@@ -48,7 +48,6 @@ static char *(features[]) = {
|
|||||||
#endif // ifdef ALL_BUILTIN_TCAPS
|
#endif // ifdef ALL_BUILTIN_TCAPS
|
||||||
"+byte_offset",
|
"+byte_offset",
|
||||||
"+cindent",
|
"+cindent",
|
||||||
"-clientserver",
|
|
||||||
"-clipboard",
|
"-clipboard",
|
||||||
"+cmdline_compl",
|
"+cmdline_compl",
|
||||||
"+cmdline_hist",
|
"+cmdline_hist",
|
||||||
|
@@ -1117,8 +1117,7 @@ typedef void *vim_acl_T; /* dummy to pass an ACL to a function */
|
|||||||
#define fnamencmp(x, y, n) vim_fnamencmp((char_u *)(x), (char_u *)(y), \
|
#define fnamencmp(x, y, n) vim_fnamencmp((char_u *)(x), (char_u *)(y), \
|
||||||
(size_t)(n))
|
(size_t)(n))
|
||||||
|
|
||||||
#if defined(UNIX) || defined(FEAT_GUI) || defined(OS2) || defined(VMS) \
|
#if defined(UNIX) || defined(FEAT_GUI) || defined(OS2) || defined(VMS)
|
||||||
|| defined(FEAT_CLIENTSERVER)
|
|
||||||
# define USE_INPUT_BUF
|
# define USE_INPUT_BUF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user