commit | 28f2908d95a6c96801ebdb17735242a81295d095 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 23:45:37 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 23:45:37 2012 +0100 |
tree | e90c684d32fffa2c163d3959e132fcea47e75773 | |
parent | 68ba0dd6332d38db5edabdd5f1bcb6fdc75d5f68 [diff] [blame] |
updated for version 7.3.437 Problem: Continue looping inside FOR_ALL_TAB_WINDOWS even when already done. Solution: Use goto instead of break. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 2c7ad8f..59498a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 437, +/**/ 436, /**/ 435,