summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-06-04 20:25:05 +0200
committerBram Moolenaar <Bram@vim.org>2016-06-04 20:25:05 +0200
commitfd89d7ea81b18d32363456b16258174dc9e095dc (patch)
treede3d13a1c6152022c2ab579dd4aa74cadc423dd0 /src/getchar.c
parent82af8710bf8d1caeeceafb1370a052cb7d92f076 (diff)
patch 7.4.1897v7.4.1897
Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style.
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 56de09470a..03c75869e1 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -79,7 +79,7 @@ static mapblock_T *first_abbr = NULL; /* first entry in abbrlist */
static int KeyNoremap = 0; /* remapping flags */
/*
- * variables used by vgetorpeek() and flush_buffers()
+ * Variables used by vgetorpeek() and flush_buffers().
*
* typebuf.tb_buf[] contains all characters that are not consumed yet.
* typebuf.tb_buf[typebuf.tb_off] is the first valid character.