diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-23 01:15:45 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-23 01:15:45 +0300 |
commit | c2cdafdd5c92f8caa4701257ba91dd7915054fbe (patch) | |
tree | b8e0d94a978583d92c85c6eb5083d088485e8698 /src/ring.h | |
parent | 63a314144a36691a57c2e82fe2f3da008c403aba (diff) | |
download | sciteco-c2cdafdd5c92f8caa4701257ba91dd7915054fbe.tar.gz |
if EX falis because of a dirty buffer, the buffer's id is now included in the error message
Diffstat (limited to 'src/ring.h')
-rw-r--r-- | src/ring.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ teco_buffer_t *teco_ring_find_by_id(teco_int_t id); teco_int_t : teco_ring_find_by_id)(X)) void teco_ring_dirtify(void); -gboolean teco_ring_is_any_dirty(void); +guint teco_ring_get_first_dirty(void); gboolean teco_ring_save_all_dirty_buffers(GError **error); gboolean teco_ring_edit_by_name(const gchar *filename, GError **error); |