aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-17 18:52:48 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:22 -0300
commitd568548aa173e5b8152ea4ce81063a611fba5fbb (patch)
treee86ca9cada43d335aef9a84b2001279c0c4b8f3f /src/ui.c
parent5ae8094fb4f0ce462351eb6fda2f54859e23aa83 (diff)
downloadrneovim-d568548aa173e5b8152ea4ce81063a611fba5fbb.tar.gz
rneovim-d568548aa173e5b8152ea4ce81063a611fba5fbb.tar.bz2
rneovim-d568548aa173e5b8152ea4ce81063a611fba5fbb.zip
Remove clientserver
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
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