aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/tag.c')
-rw-r--r--src/nvim/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tag.c b/src/nvim/tag.c
index 2a980af2a2..91f182dd50 100644
--- a/src/nvim/tag.c
+++ b/src/nvim/tag.c
@@ -2612,7 +2612,7 @@ static int jumpto_tag(
} else {
--RedrawingDisabled;
if (postponed_split) { /* close the window */
- win_close(curwin, FALSE);
+ win_close(curwin, false);
postponed_split = 0;
}
}