comparison src/version.c @ 6087:dbd7dc1ea2e6 v7.4.382

updated for version 7.4.382 Problem: Mapping characters may not work after typing Esc in Insert mode. Solution: Fix the noremap flags for inserted characters. (Jacob Niehus)
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Jul 2014 20:41:14 +0200
parents 0a3d958e346e
children 2f02675bc4b0
comparison
equal deleted inserted replaced
6086:93c657c30384 6087:dbd7dc1ea2e6
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 382,
737 /**/ 739 /**/
738 381, 740 381,
739 /**/ 741 /**/
740 380, 742 380,
741 /**/ 743 /**/