From d568548aa173e5b8152ea4ce81063a611fba5fbb Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Mon, 17 Mar 2014 18:52:48 +0100 Subject: Remove clientserver --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index 8905a99add..f81741dd05 100644 --- a/src/ui.c +++ b/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 -- cgit