comparison src/version.c @ 6339:7b28dc1d756e v7.4.502

updated for version 7.4.502 Problem: Language mapping also applies to mapped characters. Solution: Add the 'langnoremap' option, when on 'langmap' does not apply to mapped characters. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Nov 2014 17:44:52 +0100
parents 0ed561752653
children 094a87e76155
comparison
equal deleted inserted replaced
6338:7ec3ce5f0af1 6339:7b28dc1d756e
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 502,
744 /**/ 746 /**/
745 501, 747 501,
746 /**/ 748 /**/
747 500, 749 500,
748 /**/ 750 /**/