commit | 8b3e0330ba1fee9ac6293f82f546e08be3f0799c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 05:36:34 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 05:36:34 2011 +0200 |
tree | 25e23e6842c28b3deef1a7f14f6e03c646001830 | |
parent | 20892c1e6830abf25828fb73a72815d904271bd0 [diff] [blame] |
updated for version 7.3.235 Problem: ";" gets stuck on a "t" command, it's not useful. Solution: Add the ';' flag in 'cpo'. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index ccb59a0..d76c4b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 235, +/**/ 234, /**/ 233,