commit | e962388eaca69d607e16b9c632d2b842848a6489 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 14:27:28 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 14:27:28 2011 +0200 |
tree | ff58f0d40dc26a99579622afa07a94188649edb1 | |
parent | d9462e394a582b2698e13648c95acf22322ee766 [diff] [blame] |
updated for version 7.3.162 Problem: No error message when assigning to a list with an index out of range. (Yukihiro Nakadaira) Solution: Add the error message.
diff --git a/src/version.c b/src/version.c index a1cbb94..5b681a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 162, +/**/ 161, /**/ 160,