commit | 12bde494a5493fecc0617d7225d528114b6ecbfd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 01:19:56 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 01:19:56 2011 +0200 |
tree | 001ccf00abde942fa5b82aa85ef23048c0fcd7e2 | |
parent | 986a0039cb159446796d2e56546649465c34cbfc [diff] [blame] |
updated for version 7.3.217 Problem: Inside an "if" a ":wincmd" causes problems. Solution: When skipping commands let ":wincmd" skip over its argument.
diff --git a/src/version.c b/src/version.c index 923380a..f37599b 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 217, +/**/ 216, /**/ 215,