diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-01-14 15:53:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-01-14 15:53:51 +0100 |
commit | 14177b77bf7bb9c3f1c7c8805bc6cff1b651c136 (patch) | |
tree | 4fa21e173a18fe911c30d2773d63596c6dd9f689 /src/version.c | |
parent | 6d977d6c1c14fa3d8fba2576e461ecaf93dcd884 (diff) | |
download | vim-14177b77bf7bb9c3f1c7c8805bc6cff1b651c136.zip |
updated for version 7.4.150
Problem: :keeppatterns is not respected for :s.
Solution: Check the keeppatterns flag. (Yasuhiro Matsumoto)
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 875a8fa95..6c2c60fb0 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 150, +/**/ 149, /**/ 148, |