diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-08-26 08:35:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-26 08:35:05 +0800 |
commit | b1cfb299df2ef412339f594173ed23c75c090c8a (patch) | |
tree | a69da4fdc1e11c05a6dd73c8740ce00dc469c576 /src/nvim/normal.c | |
parent | 5d8ab32f3871b0232972cac1116ac7cba98389e5 (diff) | |
download | rneovim-b1cfb299df2ef412339f594173ed23c75c090c8a.tar.gz rneovim-b1cfb299df2ef412339f594173ed23c75c090c8a.tar.bz2 rneovim-b1cfb299df2ef412339f594173ed23c75c090c8a.zip |
docs: various clarifications (#24876)
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. |