globals: KeyTyped is bool

This commit is contained in:
Jan Edmund Lazo
2018-09-14 01:01:00 -04:00
parent 20354dbd75
commit db90c0c9bf
10 changed files with 15 additions and 16 deletions

View File

@@ -1670,7 +1670,7 @@ static int vgetorpeek(int advance)
}
if (c != NUL && !got_int) {
if (advance) {
// KeyTyped = FALSE; When the command that stuffed something
// KeyTyped = false; When the command that stuffed something
// was typed, behave like the stuffed command was typed.
// needed for CTRL-W CTRL-] to open a fold, for example.
KeyStuffed = true;