aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-18 17:16:01 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:22 -0300
commitf226a4c2cdeb9ccac822398fcd242a23be9108be (patch)
treeccfe98bf9bc6a72a635e586367a3290385188f7d /src/ui.c
parent84b06b77bdfd26aee3b803e7e851d8601b85d8d8 (diff)
downloadrneovim-f226a4c2cdeb9ccac822398fcd242a23be9108be.tar.gz
rneovim-f226a4c2cdeb9ccac822398fcd242a23be9108be.tar.bz2
rneovim-f226a4c2cdeb9ccac822398fcd242a23be9108be.zip
Remove ole
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui.c b/src/ui.c
index f81741dd05..d0116add27 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -313,12 +313,10 @@ int vim_is_input_buf_empty(void)
return inbufcount == 0;
}
-#if defined(FEAT_OLE) || defined(PROTO)
-int vim_free_in_input_buf(void)
-{
+#ifdef PROTO
+int vim_free_in_input_buf(void) {
return INBUFLEN - inbufcount;
}
-
#endif