commit | 663bb2331626944cea156374858131fcd323b9e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 19:12:10 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 19:12:10 2017 +0200 |
tree | a6cc8157e602bbfc3903dec711f82db3bc8dcb56 | |
parent | c768a208ca8e0e0fec900c18d5d9a593357ad793 [diff] [blame] |
patch 8.0.0654: no warning for text after :endfunction Problem: Text found after :endfunction is silently ignored. Solution: Give a warning if 'verbose' is set. When | or \n are used, execute the text as a command.
diff --git a/src/version.c b/src/version.c index 149a83f..1e7d648 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 654, +/**/ 653, /**/ 652,