aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 620f150f46..8855d14073 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -288,7 +288,7 @@ int main(int argc, char **argv)
cmdline_row = Rows - p_ch;
msg_row = cmdline_row;
- screenalloc(FALSE); /* allocate screen buffers */
+ screenalloc(false); /* allocate screen buffers */
set_init_2();
TIME_MSG("inits 2");