diff options
author | Shougo <Shougo.Matsu@gmail.com> | 2016-12-10 21:39:28 +0900 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-12-10 13:39:28 +0100 |
commit | 26f8cdedc375cbd5d42f640725cbbbc31cb4bd4f (patch) | |
tree | b28eb260b402253903281a2b82580ec137e0211e /src/nvim/getchar.c | |
parent | 7c513d646d87eb3e4ed4917d5a3a7b9163371fae (diff) | |
download | rneovim-26f8cdedc375cbd5d42f640725cbbbc31cb4bd4f.tar.gz rneovim-26f8cdedc375cbd5d42f640725cbbbc31cb4bd4f.tar.bz2 rneovim-26f8cdedc375cbd5d42f640725cbbbc31cb4bd4f.zip |
vim-patch:7.4.1897 (#5747)
Problem: Various typos, long lines and style mistakes.
Solution: Fix the typos, wrap lines, improve style.
https://github.com/vim/vim/commit/fd89d7ea81b18d32363456b16258174dc9e095dc
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r-- | src/nvim/getchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c index ab52ee0372..fccbd69dbf 100644 --- a/src/nvim/getchar.c +++ b/src/nvim/getchar.c @@ -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. |