patch 8.0.0149: :earlier does not work after reading the undo file v8.0.0149
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Jan 2017 15:14:57 +0000 (16:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Jan 2017 15:14:57 +0000 (16:14 +0100)
commitcbd4de44e8d08fba3c09eb40ad6e36e83faf020a
treea27001fc4d918b90c8ce7c3c5eb07cefef1b689c
parentc6aa475a27e3ed1645446b014c32ebf68d005d49
patch 8.0.0149: :earlier does not work after reading the undo file

Problem:    ":earlier" and ":later" do not work after startup or reading the
            undo file.
Solution:   Use absolute time stamps instead of relative to the Vim start
            time. (Christian Brabandt, Pavel Juhas, closes #1300, closes
            #1254)
src/testdir/test_undo.vim
src/undo.c
src/version.c