]> granicus.if.org Git - vim/commitdiff
patch 9.0.0334: test does not properly clean up v9.0.0334
authorDominique Pelle <dominique.pelle@gmail.com>
Tue, 30 Aug 2022 17:42:16 +0000 (18:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 30 Aug 2022 17:42:16 +0000 (18:42 +0100)
Problem:    Test does not properly clean up.
Solution:   Fix typo in argument of delete(). (Dominique PellĂ©, closes #11010)

src/testdir/test_vim9_func.vim
src/version.c

index 974f3360305219efd6d7ac432592b3a27d80f6cc..0fa74df259f2afab998fdf9160cc44a186a24200 100644 (file)
@@ -190,7 +190,7 @@ def Test_autoload_name_mismatch()
   v9.CheckScriptFailure(lines, 'E117:', 1)
 
   &rtp = save_rtp
-  delete('Xnamdir', 'rf')
+  delete('Xnamedir', 'rf')
 enddef
 
 def Test_autoload_names()
index 265da7569737a90632b3654b6100761f78e1ca0e..dd600732a574d50c290ad466ddecda1f6920f3e7 100644 (file)
@@ -707,6 +707,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    334,
 /**/
     333,
 /**/