commit | 877b97b9531b70ee05b2c3338354980159e4f67b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 17:30:09 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 17:30:09 2011 +0200 |
tree | 12f1fce2628e709ea59ce9a4b9945008fa43a706 | |
parent | d88e02def5d100a6c5dbc4bb0ec79ee13c88ca5a [diff] [blame] |
updated for version 7.3.168 Problem: When the second argument of input() contains a CR the text up to that is used without asking the user. (Yasuhiro Matsumoto) Solution: Change CR, NL and ESC in the text to a space.
diff --git a/src/version.c b/src/version.c index ac14516..d4809d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 168, +/**/ 167, /**/ 166,