commit | fb7df7be2f7c80428a3379010ca701689c85aa12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 13:07:05 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 22 13:07:05 2012 +0100 |
tree | 9d098e24a6ea9172e1d6e20c57304e5957ea22ad | |
parent | 6b707b4b82efe41e937076bce554812a8cd0e8dc [diff] [blame] |
updated for version 7.3.448 Problem: Win32: Still a problem with "!start /b". Solution: Escape only '|'. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 71231c6..adb2a86 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 448, +/**/ 447, /**/ 446,