aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-21 08:02:45 +0800
committerGitHub <noreply@github.com>2022-02-21 08:02:45 +0800
commit726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7 (patch)
tree3e5715551c6e61d75ae8efe1a91cac17e4e089c8 /src/nvim/getchar.c
parentaeb390e28f6346009c5a67a9ea79161bc1e62dda (diff)
parentdcefd48c1b7023bb1dce25bf9f6cfce47edbe993 (diff)
downloadrneovim-726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7.tar.gz
rneovim-726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7.tar.bz2
rneovim-726ec7fb17aa8a86b1c2c9adc4c6abfcb350d3a7.zip
Merge pull request #17403 from zeertzjq/vim-8.1.1955
vim-patch:8.1.{1846,1955},8.2.0156
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r--src/nvim/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c
index 741fc6d803..34cde9a7c4 100644
--- a/src/nvim/getchar.c
+++ b/src/nvim/getchar.c
@@ -2455,7 +2455,7 @@ static int vgetorpeek(bool advance)
/// 1. a scriptfile
/// 2. the keyboard
///
-/// As much characters as we can get (up to 'maxlen') are put in "buf" and
+/// As many characters as we can get (up to 'maxlen') are put in "buf" and
/// NUL terminated (buffer length must be 'maxlen' + 1).
/// Minimum for "maxlen" is 3!!!!
///