diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-04-07 23:39:12 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-04-07 23:47:50 +0100 |
| commit | 33de42610dc08dd7bfd65f49a70ec68a478dee2d (patch) | |
| tree | 82b0b94accd9dd30bfde6a0674adbbb260b0fbb2 /src/buffer.hh | |
| parent | a387e7a4c61d3392bbb37190521c03e6676af3eb (diff) | |
Add g. command to go to the last buffer modification position
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index 234b2e54..36da3786 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -136,6 +136,8 @@ public: bool is_valid(BufferCoord c) const; bool is_end(BufferCoord c) const; + BufferCoord last_modification_coord() const; + BufferIterator begin() const; BufferIterator end() const; ByteCount byte_count() const; |
