File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1955,8 +1955,8 @@ def Test_import_rtp()
19551955 ' g:imported_rtp = exported' ,
19561956 ]
19571957 writefile (import_lines, ' Ximport_rtp.vim' )
1958- mkdir (' Ximport ' )
1959- writefile (s: export_script_lines , ' Ximport /Xexport_rtp.vim' )
1958+ mkdir (' import ' , ' p ' )
1959+ writefile (s: export_script_lines , ' import /Xexport_rtp.vim' )
19601960
19611961 var save_rtp = &rtp
19621962 &rtp = getcwd ()
@@ -1968,7 +1968,7 @@ def Test_import_rtp()
19681968 Undo_export_script_lines ()
19691969 unlet g: imported_rtp
19701970 delete (' Ximport_rtp.vim' )
1971- delete (' Ximport ' , ' rf' )
1971+ delete (' import ' , ' rf' )
19721972enddef
19731973
19741974def Test_import_compile_error ()
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+ 3130 ,
758760/**/
759761 3129 ,
760762/**/
You can’t perform that action at this time.
0 commit comments