diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-06-20 00:25:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-06-20 00:25:44 +0200 |
commit | 54b08a5e78516d3516109f935b34c7d6663370a0 (patch) | |
tree | ab41a69eb2f25a7cd2f815b2cfc9b9fce4e32cdb /src/version.c | |
parent | 251e19127170e7387da1f10b9c99c957b16477fc (diff) | |
download | vim-git-54b08a5e78516d3516109f935b34c7d6663370a0.tar.gz |
updated for version 7.3.227v7.3.227
Problem: Mac OS doesn't have the linewise clipboard fix.
Solution: Also change the Mac OS file. (Bjorn Winckler)
Diffstat (limited to 'src/version.c')
-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 746a145ab..dd16231be 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 */ /**/ + 227, +/**/ 226, /**/ 225, |