commit | 8f79acdf7ede2693fbda53c3c9693f16db4f193b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:48:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 14:48:20 2016 +0100 |
tree | b897f76e3c986698541a575f74034c0ae358d853 | |
parent | 8dfc5eb32818b11ff5818a060324b94345c40031 [diff] [blame] |
patch 7.4.1017 Problem: When there is a backslash in an option ":set -=" doesn't work. Solution: Handle a backslash better. (Jacob Niehus) Add a new test, merge in old test.
diff --git a/src/version.c b/src/version.c index b491c48..dfb6ad1 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1017, +/**/ 1016, /**/ 1015,