commit | c6b7217ff502b8fc28d6c861d25c1943e30973ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 27 17:48:09 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 27 17:48:09 2015 +0100 |
tree | e5b015c5a6e5074bfeb79b5dad7990757c6f74b2 | |
parent | d45c07ac7499358c5cb096cadb675ce74ae3eaf6 [diff] [blame] |
updated for version 7.4.643 Problem: Using the default file format for Mac files. (Issue 77) Solution: Reset the try_mac counter in the right place. (Oswald)
diff --git a/src/version.c b/src/version.c index d9e9192..e74b125 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 643, +/**/ 642, /**/ 641,