summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-27 10:04:40 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-27 10:04:40 +0200
commitbf0ecb2cb63fb710198d6be742ae4f00fdd2f948 (patch)
treef1b4d21d333025dbd169afa0fde8e3ea7f540ce7 /src/vim.h
parent7a8d0278bd6bd57e04f61183cb8e2969cf148e3f (diff)
downloadvim-git-bf0ecb2cb63fb710198d6be742ae4f00fdd2f948.tar.gz
patch 8.1.1408: PFL_HIDDEN conflicts with system header filev8.1.1408
Problem: PFL_HIDDEN conflicts with system header file. Solution: Rename to POPF_HIDDEN.
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vim.h b/src/vim.h
index a52ba5e64..42a415a6a 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -614,8 +614,8 @@ extern int (*dyn_libintl_wputenv)(const wchar_t *envstring);
#define VALID_TOPLINE 0x80 // w_topline is valid (for cursor position)
// Values for w_popup_flags.
-#define PFL_HIDDEN 1 // popup is not displayed
-#define PFL_REDRAWN 2 // popup was just redrawn
+#define POPF_HIDDEN 1 // popup is not displayed
+#define POPF_REDRAWN 2 // popup was just redrawn
/*
* Terminal highlighting attribute bits.