commit | 05a5551a86e013e35d1dfa10fd0d811c587f9c88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 15:52:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 15:52:19 2020 +0200 |
tree | fdff5341055cc148712c4603f39a02c2a3f951d2 | |
parent | 788123c00c4b7acc4e6ba3e9f1cc8b175ae9aae8 [diff] [blame] |
patch 8.2.1131: Vim9: error message for returning a value is not clear Problem: Vim9: error message for returning a value in a function that does not return anything is not clear. Solution: Add a specific message.
diff --git a/src/version.c b/src/version.c index c94988f..8f85bb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1131, +/**/ 1130, /**/ 1129,