mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 18:58:18 +00:00
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
This commit is contained in:

committed by
Justin M. Keyes

parent
ef34a0ab13
commit
a568e8b644
@@ -264,7 +264,7 @@ int ml_open(buf_T *buf)
|
||||
buf->b_ml.ml_chunksize = NULL;
|
||||
|
||||
if (cmdmod.noswapfile) {
|
||||
buf->b_p_swf = FALSE;
|
||||
buf->b_p_swf = false;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user