comparison 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
comparison
equal deleted inserted replaced
11640:54d6c5f6f2f0 11641:dbce7e03bf55
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 703,
767 /**/ 769 /**/
768 702, 770 702,
769 /**/ 771 /**/
770 701, 772 701,
771 /**/ 773 /**/