diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-11-06 11:23:40 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-11-08 21:21:00 +0100 |
commit | e4e7b2d239df79ff38277463b205061f4d81e393 (patch) | |
tree | c7d11787a37e72fffa7b888302b12a0413ed1911 /src/nvim/undo.c | |
parent | c04ffe866d276d6a6bd9e9c6a8b0dbb71504db7c (diff) | |
download | rneovim-e4e7b2d239df79ff38277463b205061f4d81e393.tar.gz rneovim-e4e7b2d239df79ff38277463b205061f4d81e393.tar.bz2 rneovim-e4e7b2d239df79ff38277463b205061f4d81e393.zip |
lint
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; |