diff options
Diffstat (limited to 'src/input_handler.cc')
| -rw-r--r-- | src/input_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc index 1466ae02..9e4a8b50 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -1262,7 +1262,7 @@ public: { context().buffer().commit_undo_group(); context().print_status({ format("committed change #{}", - context().buffer().current_history_id()), + (size_t)context().buffer().current_history_id()), context().faces()["Information"] }); } else if (key == ctrl('v')) |
