diff options
Diffstat (limited to 'src/nvim/undo.c')
-rw-r--r-- | src/nvim/undo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/undo.c b/src/nvim/undo.c index 20adf40012..2f4317980a 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -2344,8 +2344,8 @@ static void u_undoredo(int undo) /// Otherwise, report the number of changes (this may be incorrect /// in some cases, but it's better than nothing). static void u_undo_end( - int did_undo, //< just did an undo - int absolute, //< used ":undo N" + int did_undo, ///< just did an undo + int absolute, ///< used ":undo N" bool quiet) { char *msgstr; |