aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-23 19:52:50 +0800
committerGitHub <noreply@github.com>2022-03-23 19:52:50 +0800
commitf5a3edb0c0f761a82b22cd1ac193538220fdee95 (patch)
treeaf32221d68d46a9d55d994a05534ed4449a47e27 /src/nvim/buffer_defs.h
parent0621cd31129d111282043e4543d2507013adb653 (diff)
downloadrneovim-f5a3edb0c0f761a82b22cd1ac193538220fdee95.tar.gz
rneovim-f5a3edb0c0f761a82b22cd1ac193538220fdee95.tar.bz2
rneovim-f5a3edb0c0f761a82b22cd1ac193538220fdee95.zip
refactor: remove cpo-& behavior (#17745)
cpo-& has been removed, but its behavior was accidentally made the default behavior. That should be removed instead.
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index f9541a55a3..29413281ad 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -90,7 +90,6 @@ typedef struct {
#define BF_NEW_W 0x20 // Warned for BF_NEW and file created
#define BF_READERR 0x40 // got errors while reading the file
#define BF_DUMMY 0x80 // dummy buffer, only used internally
-#define BF_PRESERVED 0x100 // ":preserve" was used
#define BF_SYN_SET 0x200 // 'syntax' option was set
// Mask to check for flags that prevent normal writing