comparison src/version.c @ 2772:18ad854f5dcd v7.3.162

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.
author Bram Moolenaar <bram@vim.org>
date Thu, 21 Apr 2011 14:27:28 +0200
parents 25672ad7f377
children e8f012b00187
comparison
equal deleted inserted replaced
2771:987cd9455925 2772:18ad854f5dcd
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 162,
717 /**/ 719 /**/
718 161, 720 161,
719 /**/ 721 /**/
720 160, 722 160,
721 /**/ 723 /**/