commit | f9b48159188176bdeb4828b0338bfa6bc2b2726e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 05:02:58 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 05:02:58 2011 +0200 |
tree | 4b252dca36e4562fff7595fc46175fcb9d3eb328 | |
parent | 67d441ba361fb60af9d46f74a23ba3e6c232244f [diff] [blame] |
updated for version 7.3.230 Problem: ":wundo" and ":rundo" don't unescape their argument. (Aaron Thoma) Solution: Use FILE1 instead of XFILE.
diff --git a/src/version.c b/src/version.c index 7021221..8ae9fee 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 230, +/**/ 229, /**/ 228,