]> granicus.if.org Git - vim/commitdiff
patch 8.2.2827: test file was not deleted v8.2.2827
authorDominique Pelle <dominique.pelle@gmail.com>
Mon, 3 May 2021 17:08:37 +0000 (19:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 3 May 2021 17:08:37 +0000 (19:08 +0200)
Problem:    Test file was not deleted.
Solution:   Uncomment the delete() call. (Dominique PellĂ©, closes #8172)

src/testdir/test_mksession.vim
src/version.c

index e876f987c1760a7b38dbf13ff670c5f134c70e82..66e6e292ac9d2340a6681b9801799386dcf7d424 100644 (file)
@@ -187,9 +187,9 @@ func Test_mksession_zero_winheight()
   mksession! Xtest_mks_zero
   set winminheight&
   let text = readfile('Xtest_mks_zero')->join()
-  "call delete('Xtest_mks_zero')
+  call delete('Xtest_mks_zero')
   close
-  " check there is no devide by zero
+  " check there is no divide by zero
   call assert_notmatch('/ 0[^0-9]', text)
 endfunc
 
index 82875de78ad6045bdba2268296faa1756bec41bf..f20c0099d6f6a946362a560178f8d0ec2bd2af36 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2827,
 /**/
     2826,
 /**/