diff src/version.c @ 13217:891b821d3602 v8.0.1483

patch 8.0.1483: searchpair() might return an invalid value on timeout commit https://github.com/vim/vim/commit/9d32276b52a63fccfae681f0d1d6ccb66efec1c0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 9 16:04:25 2018 +0100 patch 8.0.1483: searchpair() might return an invalid value on timeout Problem: Searchpair() might return an invalid value on timeout. Solution: When the second search times out, do not accept a match from the first search. (Daniel Hahler, closes #2552)
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 16:15:05 +0100
parents ae5f855a64be
children 4b8d89ea9edb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1483,
+/**/
     1482,
 /**/
     1481,