summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-02 00:44:04 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-02 00:44:04 +0000
commitc6039d8fcbcc991de374c50f0a2f7ffb96d8437c (patch)
tree71cb54e2725079d2ecf9d1df62ac39ac385455cb /src/normal.c
parentbba577a24244bd5d95044ab4bc23628e48d1ff08 (diff)
downloadvim-git-c6039d8fcbcc991de374c50f0a2f7ffb96d8437c.tar.gz
updated for version 7.0162
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index 2d574d5c0..405ac3dab 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -1140,7 +1140,7 @@ getcount:
#endif
}
- /* get the length of mapped chars again after typing a count, second
+ /* Get the length of mapped chars again after typing a count, second
* character or "z333<cr>". */
if (old_mapped_len > 0)
old_mapped_len = typebuf_maplen();