comparison src/version.c @ 6438:1fd9f1d43660 v7.4.549

updated for version 7.4.549 Problem: Function name not recognized correctly when inside a function. Solution: Don't check for an alpha character.
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Dec 2014 21:00:55 +0100
parents 26a20ce3532c
children 7cda721eadb0
comparison
equal deleted inserted replaced
6437:520b9b2df2d8 6438:1fd9f1d43660
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 549,
744 /**/ 746 /**/
745 548, 747 548,
746 /**/ 748 /**/
747 547, 749 547,
748 /**/ 750 /**/