diff options
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index bfc6a14ad8..db4600ee4e 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -641,7 +641,7 @@ EXTERN volatile int full_screen INIT(= FALSE); /* TRUE when doing full-screen output * otherwise only writing some messages */ -EXTERN int test_autochdir INIT(= FALSE); +EXTERN int test_autochdir INIT(= false); EXTERN int restricted INIT(= FALSE); // TRUE when started in restricted mode (-Z) |