commit | 2d35899721da0e9359a9fe1059554f8c4ea7f0c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 21:20:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 21:20:54 2016 +0200 |
tree | fcb24c8186d9b23277948cb097e1807830737781 | |
parent | cf089463492fab53b2a5d81517829d22f882f82e [diff] [blame] |
patch 7.4.1925 Problem: Viminfo does not merge file marks properly. Solution: Use a timestamp. Add the :clearjumps command.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 55c093f..ad4ba7c 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -474,6 +474,7 @@ #endif #ifndef FEAT_JUMPLIST # define ex_jumps ex_ni +# define ex_clearjumps ex_ni # define ex_changes ex_ni #endif