diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-06-26 03:18:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-06-26 03:18:52 +0200 |
commit | 6e948a652d6729a32d64d4247b94b754f2fc03bd (patch) | |
tree | ce95ada51330b917ed85c9f3e4d7fa38d46695d9 | |
parent | f9b48159188176bdeb4828b0338bfa6bc2b2726e (diff) | |
download | vim-6e948a652d6729a32d64d4247b94b754f2fc03bd.zip |
updated for version 7.3.231
Problem: Runtime file patches failed.
Solution: Redo the patches made against the patched files instead of the
files in the mercurial repository.
-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 8ae9feec5..1b99d275a 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 */ /**/ + 231, +/**/ 230, /**/ 229, |