commit | b41d9689f1bec8434bb400b344b249180ac47668 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 17:35:48 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 17:35:48 2012 +0200 |
tree | 35aa6b0fefdd1ab72da58dcea347da3fe415cda6 | |
parent | 7da9c37a17745e0021e59467e55ee11976752603 [diff] [blame] |
updated for version 7.3.512 Problem: undofile() returns a useless name when passed an empty string. Solution: Return an empty string. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index b2f9a98..ce22d9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 512, +/**/ 511, /**/ 510,