mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
globals: KeyTyped is bool
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user