We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c970e42 commit a4c81beCopy full SHA for a4c81be
src/testdir/test_vim9_script.vim
@@ -1575,7 +1575,7 @@ def Test_script_reload_from_function()
1575
delcommand CallFunc
1576
command CallFunc Func()
1577
def Func()
1578
- so /tmp/test.vim
+ so XreloadFunc.vim
1579
g:didTheFunc = 1
1580
enddef
1581
END
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2615,
755
/**/
756
2614,
757
0 commit comments