]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1903 v7.4.1903
authorBram Moolenaar <Bram@vim.org>
Mon, 6 Jun 2016 19:07:52 +0000 (21:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Jun 2016 19:07:52 +0000 (21:07 +0200)
commit45d2eeaad66939348893b9254171067b0457cd9d
tree9259906f02afa0de6c6752982ad0c936e08033e5
parentbbe8d91e695184771d7e45315258fab8eb3e6b07
patch 7.4.1903
Problem:    When writing viminfo merging current history with history in
            viminfo may drop recent history entries.
Solution:   Add new format for viminfo lines, use it for history entries.  Use
            a timestamp for ordering the entries. Add test_settime().
            Add the viminfo version.  Does not do merging on timestamp yet.
src/eval.c
src/ex_cmds.c
src/ex_getln.c
src/globals.h
src/proto/ex_cmds.pro
src/proto/ex_getln.pro
src/structs.h
src/testdir/test_viminfo.vim
src/version.c