aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-11-27 20:48:51 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-11-27 20:48:51 -0300
commite5a386d2f819ee3a357384279d1a7810ec213087 (patch)
treecbb173280c736f89523b63a9c28429878131a995 /src/nvim/getchar.c
parent98b11f5db3a99ef633ad77ddc6b22dc428873e95 (diff)
parent7b0f7ea87c71ad79dfd9e087b5992761533bef6e (diff)
downloadrneovim-e5a386d2f819ee3a357384279d1a7810ec213087.tar.gz
rneovim-e5a386d2f819ee3a357384279d1a7810ec213087.tar.bz2
rneovim-e5a386d2f819ee3a357384279d1a7810ec213087.zip
Merge PR #1568 'Remove code defined under USE_IM_CONTROL #ifdefs'
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r--src/nvim/getchar.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c
index 6c70773fcf..d0bdcde9e8 100644
--- a/src/nvim/getchar.c
+++ b/src/nvim/getchar.c
@@ -2349,11 +2349,6 @@ static int vgetorpeek(int advance)
+ typebuf.tb_len] != NUL)
typebuf.tb_noremap[typebuf.tb_off
+ typebuf.tb_len++] = RM_YES;
-#ifdef USE_IM_CONTROL
- /* Get IM status right after getting keys, not after the
- * timeout for a mapping (focus may be lost by then). */
- vgetc_im_active = im_get_status();
-#endif
}
} /* for (;;) */
} /* if (!character from stuffbuf) */