commit | ce46d934af35d0f774be7f996001db03cf0b894a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 30 22:46:06 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 30 22:46:06 2018 +0100 |
tree | 1145362d6a0ddfe22acf17aac1f34fcc2c3eda1f | |
parent | b50773c6df0bc2c9c2ab1afecc78083abc606de0 [diff] [blame] |
patch 8.0.1441: using ":undo 0" leaves undo in wrong state Problem: Using ":undo 0" leaves undo in wrong state. Solution: Instead of searching for state 1 and go above, just use the start. (Ozaki Kiichi, closes #2595)
diff --git a/src/version.c b/src/version.c index 282f662..1cee148 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1441, +/**/ 1440, /**/ 1439,