diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2018-01-26 20:25:53 +0100 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2018-05-23 22:07:27 +0200 |
commit | 37b8e95fd69ba4991454f79802bfe1bccf7c827a (patch) | |
tree | b75965914390d1a13478ec244eee898bc49b6214 /src/nvim/undo.c | |
parent | 8bcc01195968b84d1a74ecb82598bdf538004404 (diff) | |
download | rneovim-37b8e95fd69ba4991454f79802bfe1bccf7c827a.tar.gz rneovim-37b8e95fd69ba4991454f79802bfe1bccf7c827a.tar.bz2 rneovim-37b8e95fd69ba4991454f79802bfe1bccf7c827a.zip |
Lint
Diffstat (limited to 'src/nvim/undo.c')
-rw-r--r-- | src/nvim/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/undo.c b/src/nvim/undo.c index 27d745a254..1c14e93211 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -2030,7 +2030,7 @@ void undo_time(long step, int sec, int file, int absolute) break; curbuf->b_u_curhead = uhp; u_undoredo(true, true); - uhp->uh_walk = nomark; /* don't go back down here */ + uhp->uh_walk = nomark; // don't go back down here } /* |