commit | 3437b911029ac92ae066fa861d886155a4b97064 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 19:52:53 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 03 19:52:53 2013 +0200 |
tree | e13bdf437f05194ab09bdb1db2c9a33af8dc7b08 | |
parent | 32ac8cdaaaa32c09b0818c214e01e8e557d88b56 [diff] [blame] |
updated for version 7.3.1300 Problem: Mac: tiny and small build fails. Solution: Don't include os_macosx.m in tiny build. Include mouse support in small build. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 5a99da4..10da53d 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1300, +/**/ 1299, /**/ 1298,