comparison src/version.c @ 5043:53c1b30632df v7.3.1265

updated for version 7.3.1265 Problem: Accepting "Vim:" for a modeline causes errors too often. Solution: Require "Vim:" to be followed by "set".
author Bram Moolenaar <bram@vim.org>
date Sat, 29 Jun 2013 15:07:22 +0200
parents 558c815e1a38
children bbe4bd64c68c
comparison
equal deleted inserted replaced
5042:9b6743e3120e 5043:53c1b30632df
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1265,
731 /**/ 733 /**/
732 1264, 734 1264,
733 /**/ 735 /**/
734 1263, 736 1263,
735 /**/ 737 /**/