vim-patch:7.4.1897 (#5747)

Problem:    Various typos, long lines and style mistakes.
Solution:   Fix the typos, wrap lines, improve style.

fd89d7ea81
This commit is contained in:
Shougo
2016-12-10 21:39:28 +09:00
committed by Justin M. Keyes
parent 7c513d646d
commit 26f8cdedc3
3 changed files with 4 additions and 3 deletions

View File

@@ -113,7 +113,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.