commit | 687a29c5e26b2fa69f3b2cb3504d1fd2f090daf7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 15 15:47:12 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 15 15:47:12 2013 +0200 |
tree | 2a4f11718612502ad2da0decb8d36b1e8cf1c3f0 | |
parent | f6dcbb245b3d808a5d812ac66ce6ca701b1991f2 [diff] [blame] |
updated for version 7.3.901 Problem: Outdated comment, ugly condition. Solution: Update a few comments, break line.
diff --git a/src/getchar.c b/src/getchar.c index d3d50e9..ba034bf 100644 --- a/src/getchar.c +++ b/src/getchar.c
@@ -444,7 +444,7 @@ 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;