mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
refactor: replace TRUE/FALSE with true/false
This commit is contained in:
@@ -2763,8 +2763,8 @@ int do_ecmd(
|
||||
}
|
||||
}
|
||||
|
||||
/* Check if cursors in other windows on the same buffer are still valid */
|
||||
check_lnums(FALSE);
|
||||
// Check if cursors in other windows on the same buffer are still valid
|
||||
check_lnums(false);
|
||||
|
||||
/*
|
||||
* Did not read the file, need to show some info about the file.
|
||||
|
Reference in New Issue
Block a user