summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 4cd99c8d..845d04b1 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -135,6 +135,7 @@ public:
bool undo(size_t count = 1) noexcept;
bool redo(size_t count = 1) noexcept;
bool move_to(size_t history_id) noexcept;
+ size_t current_history_id() const noexcept;
String string(ByteCoord begin, ByteCoord end) const;