comparison src/version.c @ 6836:541abe8d5f55 v7.4.739

patch 7.4.739 Problem: In a string "\U" only takes 4 digits, while after CTRL-V U eight digits can be used. Solution: Make "\U" also take eight digits. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Jun 2015 12:08:13 +0200
parents 8730db0c187b
children 0229cfffc560
comparison
equal deleted inserted replaced
6835:ee39b0c5d55e 6836:541abe8d5f55
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 739,
744 /**/ 746 /**/
745 738, 747 738,
746 /**/ 748 /**/
747 737, 749 737,
748 /**/ 750 /**/