commit | 98ad1e17c3f71962862f959c6ba57dd01e8a83c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 21:51:27 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 21:51:27 2019 +0100 |
tree | 04bbd11e8f6833ec19f3adb429c24e6060319006 | |
parent | c07ff5c60ad35982e9cdaa9dd72d3d1669935e87 [diff] [blame] |
patch 8.1.0850: test for 'backupskip' is not correct Problem: Test for 'backupskip' is not correct. Solution: Split the option in parts and use expand(). (Michael Soyka)
diff --git a/src/version.c b/src/version.c index 864ca44..31bfb9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 850, +/**/ 849, /**/ 848,