comparison src/version.c @ 4980:9ae0fe467776 v7.3.1235

updated for version 7.3.1235 Problem: In insert mode CTRL-] is not inserted, on the command-line it is. Solution: Don't insert CTRL-] on the command line. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Jun 2013 16:16:19 +0200
parents f4969f8f66e9
children 39980afcf54a
comparison
equal deleted inserted replaced
4979:15098960d7b5 4980:9ae0fe467776
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 1235,
731 /**/ 733 /**/
732 1234, 734 1234,
733 /**/ 735 /**/
734 1233, 736 1233,
735 /**/ 737 /**/