commit | 4bc8cf0e7c4c1d2c9d99ac8b3c080b50f239406d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 16:30:26 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 16:30:26 2013 +0100 |
tree | 3f2af707a53bf1d46adaa396dd92f2545cf12f61 | |
parent | 7567646f13beb8c7aad79340f30ad2b5d5c8225f [diff] [blame] |
updated for version 7.3.792 Problem: ":substitute" works differently without confirmation. Solution: Do not change the text when asking for confirmation, only display it.
diff --git a/src/version.c b/src/version.c index bad06f9..c432491 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 792, +/**/ 791, /**/ 790,