aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-05-26 21:45:46 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-05-26 21:50:37 -0400
commit3c3b7844b95879bcfd86677df4cfac3edb0fb132 (patch)
treef34ba1b9e0e138f86666e77280da66f6ca0687e3 /src/nvim/getchar.c
parentb2a11515b2cf6923dd0c1a36efe22aabf6bc582c (diff)
downloadrneovim-3c3b7844b95879bcfd86677df4cfac3edb0fb132.tar.gz
rneovim-3c3b7844b95879bcfd86677df4cfac3edb0fb132.tar.bz2
rneovim-3c3b7844b95879bcfd86677df4cfac3edb0fb132.zip
lint
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r--src/nvim/getchar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c
index 3e2cbf0a09..ef522242c6 100644
--- a/src/nvim/getchar.c
+++ b/src/nvim/getchar.c
@@ -1666,8 +1666,9 @@ static int vgetorpeek(int advance)
init_typebuf();
start_stuff();
- if (advance && typebuf.tb_maplen == 0)
+ if (advance && typebuf.tb_maplen == 0) {
reg_executing = 0;
+ }
do {
/*
* get a character: 1. from the stuffbuffer