0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1897

Problem:    Various typos, long lines and style mistakes.
Solution:   Fix the typos, wrap lines, improve style.
This commit is contained in:
Bram Moolenaar
2016-06-04 20:25:05 +02:00
parent 82af8710bf
commit fd89d7ea81
12 changed files with 14 additions and 13 deletions

View File

@@ -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.