From fd89d7ea81b18d32363456b16258174dc9e095dc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 4 Jun 2016 20:25:05 +0200 Subject: patch 7.4.1897 Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style. --- src/getchar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/getchar.c') 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. -- cgit v1.2.3