From 9c244c73033fa3de37db97294907270a976f34a7 Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Thu, 9 Oct 2014 20:53:11 -0400 Subject: [PATCH] vim-patch:7.4.390 Problem: Advancing pointer over end of a string. Solution: Init quote character to -1 instead of zero. (Dominique Pelle) https://code.google.com/p/vim/source/detail?r=v7-4-390 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index da5daef8a6..e1819865f0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -347,7 +347,7 @@ static int included_patches[] = { //393 NA 392, 391, - //390, + 390, //389, 388, 387,