comparison src/version.c @ 6047:ff3816167b73 v7.4.363

updated for version 7.4.363 Problem: In Windows console typing 0xCE does not work. Solution: Convert 0xCE to K_NUL 3. (Nobuhiro Takasaki et al.)
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Jul 2014 20:51:07 +0200
parents 7fa2bed947fd
children 7b3248267575
comparison
equal deleted inserted replaced
6046:bf525e1feaab 6047:ff3816167b73
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 363,
737 /**/ 739 /**/
738 362, 740 362,
739 /**/ 741 /**/
740 361, 742 361,
741 /**/ 743 /**/