aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/term.c
diff options
context:
space:
mode:
authorKlemen Košir <klemen913@gmail.com>2014-04-29 10:52:10 +0200
committerJustin M. Keyes <justinkz@gmail.com>2014-07-08 17:34:08 +0000
commita568e8b644a41b12388b7c7de4ca0fb8dc107f18 (patch)
treeceda29fd66a672eaa0cc68bcacc6c7ae66bbb44b /src/nvim/term.c
parentef34a0ab132bca94bd16d8518c3333cf81cbf2c6 (diff)
downloadrneovim-a568e8b644a41b12388b7c7de4ca0fb8dc107f18.tar.gz
rneovim-a568e8b644a41b12388b7c7de4ca0fb8dc107f18.tar.bz2
rneovim-a568e8b644a41b12388b7c7de4ca0fb8dc107f18.zip
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Diffstat (limited to 'src/nvim/term.c')
-rw-r--r--src/nvim/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/term.c b/src/nvim/term.c
index ecbd9da8e6..9c655f112a 100644
--- a/src/nvim/term.c
+++ b/src/nvim/term.c
@@ -2516,7 +2516,7 @@ void set_shellsize(int width, int height, int mustset)
*/
if (State == ASKMORE || State == EXTERNCMD || State == CONFIRM
|| exmode_active) {
- screenalloc(FALSE);
+ screenalloc(false);
repeat_message();
} else {
if (curwin->w_p_scb)