commit | ea35ef68889b03c7d026ee5cc5e9aadbbd1d54bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 04 22:59:28 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 04 22:59:28 2011 +0200 |
tree | d673f070fd22930e026d8baae9e91624c34778c0 | |
parent | e70172e1fc04343a1f46c625772a871a9f9c6f3e [diff] [blame] |
updated for version 7.3.269 Problem: 'shellcmdflag' only works with one flag. Solution: Split into multiple arguments. (Gary Johnson)
diff --git a/src/version.c b/src/version.c index 8adefc0..0d97ade 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 269, +/**/ 268, /**/ 267,