summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-12-19 13:39:30 +1100
committerMaxime Coste <mawww@kakoune.org>2019-12-19 13:39:30 +1100
commita3445232a47e487f06a42e7c184362bcfa1b7179 (patch)
tree6178158cc5f3b195b7ba02f32708837c8d760c01 /src/buffer.hh
parentb68490ef11734c404f8a18f1babd8004aca2de06 (diff)
Update fs status post buffer write
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index a2517956..0700acb9 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -203,7 +203,7 @@ public:
bool is_modified() const;
// notify the buffer that it was saved in the current state
- void notify_saved();
+ void notify_saved(FsStatus status);
ValueMap& values() const { return m_values; }