mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 02:38:19 +00:00
Remove instances of TRUE/FALSE macro
memory.c os_unix.c path.c
This commit is contained in:

committed by
Björn Linse

parent
ea33a75d07
commit
f7c5dc4db2
@@ -2199,7 +2199,7 @@ unchanged (
|
||||
int ff /* also reset 'fileformat' */
|
||||
)
|
||||
{
|
||||
if (buf->b_changed || (ff && file_ff_differs(buf, FALSE))) {
|
||||
if (buf->b_changed || (ff && file_ff_differs(buf, false))) {
|
||||
buf->b_changed = false;
|
||||
ml_setflags(buf);
|
||||
if (ff)
|
||||
|
Reference in New Issue
Block a user