aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2022-08-26 11:11:14 +0100
committerGitHub <noreply@github.com>2022-08-26 11:11:14 +0100
commit06d5c6332deeb52ccd78d632d1fb28df91faf7dc (patch)
treeeec06181d28ca9ee9d0e8aa6042a84726d9be6f3 /src/nvim/vim.h
parent946c0aa66f7b52c406b2654b9869edcb79db5ada (diff)
parent2498e9feb025361576603a0101c86393d211e31e (diff)
downloadrneovim-06d5c6332deeb52ccd78d632d1fb28df91faf7dc.tar.gz
rneovim-06d5c6332deeb52ccd78d632d1fb28df91faf7dc.tar.bz2
rneovim-06d5c6332deeb52ccd78d632d1fb28df91faf7dc.zip
Merge pull request #19947 from lewis6991/truefalse
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 09b949bb20..3e12d8b0b4 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -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