comparison src/version.c @ 10573:3f777388b6ad v8.0.0176

patch 8.0.0176: cannot use :change inside a function definition commit https://github.com/vim/vim/commit/70bcd7336f9f19304f32c52a86ed5b4b3de852c2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 12 22:20:54 2017 +0100 patch 8.0.0176: cannot use :change inside a function definition Problem: Using :change in between :function and :endfunction fails. Solution: Recognize :change inside a function. (ichizok, closes https://github.com/vim/vim/issues/1374)
author Christian Brabandt <cb@256bit.org>
date Thu, 12 Jan 2017 22:30:04 +0100
parents b726d3ea70bc
children 01a5f64a7a20
comparison
equal deleted inserted replaced
10572:67602a764c5b 10573:3f777388b6ad
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 176,
767 /**/ 769 /**/
768 175, 770 175,
769 /**/ 771 /**/
770 174, 772 174,
771 /**/ 773 /**/