comparison src/version.c @ 6303:7844d92941fd v7.4.485

updated for version 7.4.485 Problem: Abbreviations don't work. (Toothpik) Solution: Move the length computation inside the for loop. Compare against the unescaped key.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 19:35:31 +0200
parents 76526e7100b0
children b8caf7045e3d
comparison
equal deleted inserted replaced
6302:0a4aaf226d87 6303:7844d92941fd
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 485,
744 /**/ 746 /**/
745 484, 747 484,
746 /**/ 748 /**/
747 483, 749 483,
748 /**/ 750 /**/