diff src/version.c @ 11641:dbce7e03bf55 v8.0.0703

patch 8.0.0703: illegal memory access with empty :doau command commit https://github.com/vim/vim/commit/faf29d7f91477c25c85d9d7165d90e8d8f1c512e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 9 11:07:16 2017 +0200 patch 8.0.0703: illegal memory access with empty :doau command Problem: Illegal memory access with empty :doau command. Solution: Check the event for being out of range. (James McCoy)
author Christian Brabandt <cb@256bit.org>
date Sun, 09 Jul 2017 11:15:03 +0200
parents 71d7b5ed08a0
children db3ac953b942
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    703,
+/**/
     702,
 /**/
     701,