commit | e29b1feead084f19e862bd719f140a490e3ed7f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 10 20:00:15 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 10 20:00:15 2014 +0200 |
tree | 4203ebd01d98f8c1ed1cbe74d4f4b004bf8063ed | |
parent | c09551ab796af1f8aa19338d99e49267860fcd9c [diff] [blame] |
updated for version 7.4.255 Problem: Configure check for smack doesn't work with all shells. (David Larson) Solution: Remove spaces in set command.
diff --git a/src/version.c b/src/version.c index e236ae8..180a894 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 255, +/**/ 254, /**/ 253,