mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor: change FALSE/TRUE to false/true
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -167,15 +167,6 @@ enum {
|
||||
#define MIN_SWAP_PAGE_SIZE 1048
|
||||
#define MAX_SWAP_PAGE_SIZE 50000
|
||||
|
||||
// Boolean constants
|
||||
|
||||
#ifndef TRUE
|
||||
# define FALSE 0 // note: this is an int, not a long!
|
||||
# define TRUE 1
|
||||
#endif
|
||||
|
||||
#define MAYBE 2 // sometimes used for a variant on TRUE
|
||||
|
||||
#define STATUS_HEIGHT 1 // height of a status line under a window
|
||||
#define QF_WINHEIGHT 10 // default height for quickfix window
|
||||
|
||||
|
Reference in New Issue
Block a user