commit | bd8608d979db1f725551215d8a78dcecbb9bb98a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 25 17:06:22 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 25 17:06:22 2011 +0200 |
tree | 9c2045387eb5b9e29ddcd36985c66a78d08c97d3 | |
parent | ed38b0ac415b84a10f7c3cf3e5aae34d834187f1 [diff] [blame] |
updated for version 7.3.203 Problem: MS-Windows: Can't run an external command without a console window. Solution: Support ":!start /b cmd". (Xaizek)
diff --git a/src/version.c b/src/version.c index a85d4de..d8811b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 203, +/**/ 202, /**/ 201,