commit | b75d09d42b4fb277071afd166c8a394a8b6e0fda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 14:24:46 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 14:24:46 2011 +0100 |
tree | 3632ae939e6c5448c4bc6b17d6df3a9637653725 | |
parent | c41fc713bafb6940761261804407d7df3be3d41c [diff] [blame] |
updated for version 7.3.121 Problem: Complicated 'statusline' causes a crash. (Christian Brabandt) Solution: Check that the number of items is not too big.
diff --git a/src/version.c b/src/version.c index cbb1ac7..97170e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 121, +/**/ 120, /**/ 119,