summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index d95d41bc..839b3d62 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -109,8 +109,9 @@ public:
New = 1 << 1,
Fifo = 1 << 2,
NoUndo = 1 << 3,
- Debug = 1 << 4,
- ReadOnly = 1 << 5,
+ NoHooks = 1 << 4,
+ Debug = 1 << 5,
+ ReadOnly = 1 << 6,
};
Buffer(String name, Flags flags, StringView data = {},