diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-06-19 04:32:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-06-19 04:32:15 +0200 |
commit | 978287b8f811d384f32fc9b85063f41e2e08f5e2 (patch) | |
tree | 789a566320017ba542ed9a5d7a402e2f8cceb0da /src/version.c | |
parent | 5f8949656acb8b2a850d59f685865938862e4f6d (diff) | |
download | vim-978287b8f811d384f32fc9b85063f41e2e08f5e2.zip |
updated for version 7.3.225
Problem: Using "\n" in a substitute inside ":s" does not result in a line
break.
Solution: Change behavior inside vim_regexec_nl(). Add tests. (Motoya
Kurotsu)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a5afd2242..f169b56a3 100644 --- a/src/version.c +++ b/src/version.c @@ -710,6 +710,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 225, +/**/ 224, /**/ 223, |