commit | 70bcd7336f9f19304f32c52a86ed5b4b3de852c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 22:20:54 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 22:20:54 2017 +0100 |
tree | c86ac70eb20a379b25b68ddab914393c25e04fa6 | |
parent | 972c3b8f1b50e2f887a397c324af99eb354aad0b [diff] [blame] |
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 #1374)
diff --git a/src/version.c b/src/version.c index d4f2dfc..c7e47fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 176, +/**/ 175, /**/ 174,