diff options
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r-- | src/nvim/normal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index 20680df144..1a220bc962 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -1411,7 +1411,6 @@ static int normal_check(VimState *state) } quit_more = false; - // it's not safe unless normal_check_safe_state() is called state_no_longer_safe(NULL); // If skip redraw is set (for ":" in wait_return()), don't redraw now. |