0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 9.0.0044: typos in comments, wrapping lines

Problem:    Typos in comments, wrapping lines.
Solution:   Adjust comments.  Wrap lines.
This commit is contained in:
Bram Moolenaar
2022-07-06 13:31:28 +01:00
parent 5ed11535e0
commit b8329db36a
6 changed files with 9 additions and 6 deletions

View File

@@ -3020,8 +3020,9 @@ check_end_reg_executing(int advance)
vgetorpeek(int advance)
{
int c, c1;
int timedout = FALSE; // waited for more than 1 second
// for mapping to complete
int timedout = FALSE; // waited for more than 'timeoutlen'
// for mapping to complete or
// 'ttimeoutlen' for complete key code
int mapdepth = 0; // check for recursive mapping
int mode_deleted = FALSE; // set when mode has been deleted
#ifdef FEAT_CMDL_INFO