summaryrefslogtreecommitdiff
path: root/src/getchar.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-04-15 15:47:12 +0200
committerBram Moolenaar <Bram@vim.org>2013-04-15 15:47:12 +0200
commit687a29c5e26b2fa69f3b2cb3504d1fd2f090daf7 (patch)
tree2a4f11718612502ad2da0decb8d36b1e8cf1c3f0 /src/getchar.c
parentf6dcbb245b3d808a5d812ac66ce6ca701b1991f2 (diff)
downloadvim-git-687a29c5e26b2fa69f3b2cb3504d1fd2f090daf7.tar.gz
updated for version 7.3.901v7.3.901
Problem: Outdated comment, ugly condition. Solution: Update a few comments, break line.
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index d3d50e925..ba034bf2e 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -444,7 +444,7 @@ flush_buffers(flush_typeahead)
typebuf.tb_off = MAXMAPLEN;
typebuf.tb_len = 0;
}
- else /* remove mapped characters only */
+ else /* remove mapped characters at the start only */
{
typebuf.tb_off += typebuf.tb_maplen;
typebuf.tb_len -= typebuf.tb_maplen;