1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-11-22 15:37:15 +00:00
parent 7d5b8becc3
commit c449271f4e
4 changed files with 26 additions and 0 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3646,
/**/
3645,
/**/