commit | c449271f4efa44725c40116a95b213813040312f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 22 15:37:15 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 22 15:37:15 2021 +0000 |
tree | f495ca9513d62700fe76e1d526565e899e4688da | |
parent | 7d5b8becc342e49e491053ea842e59f82d072001 [diff] [blame] |
patch 8.2.3646: using <sfile> in a function gives an unexpected result Problem: Using <sfile> in a function gives an unexpected result. Solution: Give an error in a Vim9 function. (issue #9189)
diff --git a/src/version.c b/src/version.c index d91f522..c76ce02 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3646, +/**/ 3645, /**/ 3644,