comparison src/version.c @ 6299:3eb160c5b3a1 v7.4.483

updated for version 7.4.483 Problem: A 0x80 byte is not handled correctly in abbreviations. Solution: Unescape special characters. Add a test. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 16:22:17 +0200
parents 488bb7c4ace0
children 76526e7100b0
comparison
equal deleted inserted replaced
6298:db025bc8fea1 6299:3eb160c5b3a1
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 483,
744 /**/ 746 /**/
745 482, 747 482,
746 /**/ 748 /**/
747 481, 749 481,
748 /**/ 750 /**/