vim-patch:8.0.0149 (#7127)

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 vim/vim#1300, closes
            vim/vim#1254)

cbd4de44e8
This commit is contained in:
KunMing Xie
2017-08-08 09:32:47 +08:00
committed by Justin M. Keyes
parent 2753d61e4c
commit e13b4a21ca
3 changed files with 44 additions and 15 deletions

View File

@@ -803,7 +803,7 @@ static const int included_patches[] = {
// 152 NA
// 151,
150,
// 149,
149,
// 148,
147,
146,