diff options
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index cd895c17..3a885ec8 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -120,6 +120,7 @@ public: NoHooks = 1 << 4, Debug = 1 << 5, ReadOnly = 1 << 6, + NoBufSetOption = 1 << 7, }; friend constexpr bool with_bit_ops(Meta::Type<Flags>) { return true; } friend class BufferIterator; |
