diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-01-02 21:27:16 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-01-02 22:36:26 +1100 |
| commit | 8b6ed26e8ce1cd0266deeb720d17d92b43e0ceff (patch) | |
| tree | 52a7eba8cf9852ac30747aefeae09bab9a50fba1 /src/buffer_utils.hh | |
| parent | 43dc494e5cfac649c8f242b940a656adcae906db (diff) | |
Few style changes on history exposition code
Diffstat (limited to 'src/buffer_utils.hh')
| -rw-r--r-- | src/buffer_utils.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer_utils.hh b/src/buffer_utils.hh index a7589864..e4081568 100644 --- a/src/buffer_utils.hh +++ b/src/buffer_utils.hh @@ -85,7 +85,6 @@ void reload_file_buffer(Buffer& buffer); void write_to_debug_buffer(StringView str); InplaceString<23> to_string(Buffer::HistoryId id); -String format_modification(const Buffer::Modification& modification, Quoting quoting); String history_as_string(const Vector<Buffer::HistoryNode>& history, Quoting quoting); String undo_group_as_string(const Buffer::UndoGroup& undo_group, Quoting quoting); |
