mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +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) \
|
||||
|| defined(FEAT_MOUSE_GPM) || defined(FEAT_SYSMOUSE) \
|
||||
|| defined(FEAT_XCLIPBOARD) || defined(VMS) \
|
||||
|| defined(PROTO) || defined(FEAT_CLIENTSERVER)
|
||||
|| defined(PROTO)
|
||||
/*
|
||||
* Add the given bytes to the input buffer
|
||||
* Special keys start with CSI. A real CSI must have been translated to
|
||||
|
Reference in New Issue
Block a user