commit | 0945eaface83e78138fbd40f95cc590bab0e8c86 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 22:10:48 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 22:10:48 2016 +0100 |
tree | a34026b88e9d23217c09046bd00877034f65970e | |
parent | 4b785f69c0616dba5d3f38e8ce4b5398cec89407 [diff] [blame] |
patch 8.0.0106 Problem: Cannot use a semicolon in 'backupext'. (Jeff) Solution: Allow for a few more characters when "secure" isn't set.
diff --git a/src/version.c b/src/version.c index 02d1be4..152d4d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 106, +/**/ 105, /**/ 104,