diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-18 17:16:01 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 10:01:22 -0300 |
commit | f226a4c2cdeb9ccac822398fcd242a23be9108be (patch) | |
tree | ccfe98bf9bc6a72a635e586367a3290385188f7d /src/ui.c | |
parent | 84b06b77bdfd26aee3b803e7e851d8601b85d8d8 (diff) | |
download | rneovim-f226a4c2cdeb9ccac822398fcd242a23be9108be.tar.gz rneovim-f226a4c2cdeb9ccac822398fcd242a23be9108be.tar.bz2 rneovim-f226a4c2cdeb9ccac822398fcd242a23be9108be.zip |
Remove ole
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |