aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorKunMing Xie <qqzz014@gmail.com>2017-08-08 09:32:47 +0800
committerJustin M. Keyes <justinkz@gmail.com>2017-08-08 03:32:47 +0200
commite13b4a21cac9d173885249034fe20fb209b157df (patch)
tree058839fa07d78d6b26ec605421b67e521272ab23 /src/nvim/version.c
parent2753d61e4cb037323d78ed3fd978a10694c902c6 (diff)
downloadrneovim-e13b4a21cac9d173885249034fe20fb209b157df.tar.gz
rneovim-e13b4a21cac9d173885249034fe20fb209b157df.tar.bz2
rneovim-e13b4a21cac9d173885249034fe20fb209b157df.zip
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) https://github.com/vim/vim/commit/cbd4de44e8d08fba3c09eb40ad6e36e83faf020a
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 1ecda654d1..fa179b4f63 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -803,7 +803,7 @@ static const int included_patches[] = {
// 152 NA
// 151,
150,
- // 149,
+ 149,
// 148,
147,
146,