commit | 06975a4a98b4ae6ec3e1a18f4ccdf8704bf921cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 16:27:22 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 16:27:22 2010 +0100 |
tree | b8e95398363f15bb543a563702b0e3f13fd3e682 | |
parent | 70c49c1af4e2250210bf0528a6763be181a98c46 [diff] [blame] |
updated for version 7.2.407 Problem: When using an expression in ":s" backslashes in the result are dropped. (Sergey Goldgaber, Christian Brabandt) Solution: Double backslashes.
diff --git a/src/version.c b/src/version.c index 59092b3..c10a627 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 407, +/**/ 406, /**/ 405,