File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1480,16 +1480,17 @@ enddef
14801480def Test_import_star_fails ()
14811481 writefile ([], ' Xfoo.vim' )
14821482 var lines = << trim END
1483- import * as foo from ' /tmp/foo .vim'
1483+ import * as foo from ' ./Xfoo .vim'
14841484 foo = ' bar'
14851485 END
14861486 CheckDefAndScriptFailure2 (lines , ' E1094:' , ' E1236: Cannot use foo itself' )
14871487 lines = << trim END
14881488 vim9script
1489- import * as foo from ' /tmp/foo .vim'
1489+ import * as foo from ' ./Xfoo .vim'
14901490 var that = foo
14911491 END
14921492 CheckScriptFailure (lines , ' E1029: Expected '' .'' ' )
1493+ delete (' Xfoo.vim' )
14931494enddef
14941495
14951496def Test_import_as ()
Original file line number Diff line number Diff line change @@ -755,6 +755,8 @@ static char *(features[]) =
755755
756756static int included_patches [] =
757757{ /* Add new patch number below this line */
758+ /**/
759+ 3412 ,
758760/**/
759761 3411 ,
760762/**/
You can’t perform that action at this time.
0 commit comments