comparison src/version.c @ 13043:307f2622826f v8.0.1397

patch 8.0.1397: pattern with & following nothing gives an error commit https://github.com/vim/vim/commit/890dd05492d88d48eee1dda7f7a1811d027ce7ca Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 16 19:59:37 2017 +0100 patch 8.0.1397: pattern with \& following nothing gives an error Problem: Pattern with \& following nothing gives an error. Solution: Emit an empty node when needed.
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Dec 2017 20:00:05 +0100
parents 5f3aff09d8f8
children afd60028f7b7
comparison
equal deleted inserted replaced
13042:650b01f57a9c 13043:307f2622826f
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1397,
774 /**/ 776 /**/
775 1396, 777 1396,
776 /**/ 778 /**/
777 1395, 779 1395,
778 /**/ 780 /**/