From 21d1016f56bd15a480e312f95ac19effdb1138e4 Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Thu, 9 Oct 2014 22:09:52 -0400 Subject: vim-patch: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. https://code.google.com/p/vim/source/detail?r=v7-4-397 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index efefcc3c6f..16be84a17c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -235,7 +235,7 @@ static int included_patches[] = { //400 NA //399 NA //398, - //397, + 397, //396, //395, //394, -- cgit