comparison src/version.c @ 6118:8d361608fe86 v7.4.397

updated for version 7.4.397 Problem: Matchparen only uses the topmost syntax item. Solution: Go through the syntax stack to find items. (James McCoy) Also use getcurpos() when possible.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Aug 2014 19:09:16 +0200
parents 7766142fc7d3
children f62b2e76dd80
comparison
equal deleted inserted replaced
6117:37e435692545 6118:8d361608fe86
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 397,
744 /**/ 746 /**/
745 396, 747 396,
746 /**/ 748 /**/
747 395, 749 395,
748 /**/ 750 /**/