]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.1184: undo file left behind after running test v8.1.1184
authorBram Moolenaar <Bram@vim.org>
Thu, 18 Apr 2019 18:30:55 +0000 (20:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 Apr 2019 18:30:55 +0000 (20:30 +0200)
Problem:    Undo file left behind after running test.
Solution:   Delete the undo file. (Dominique Pelle, closes #4279)

src/testdir/test_filechanged.vim
src/version.c

index 43f752d277db52e26a3c38bd911266cd1459a16d..ce786092f9f86ac6e898ba061c1e4e2a33f17247 100644 (file)
@@ -86,6 +86,7 @@ func Test_FileChangedShell_reload()
 
   au! testreload
   bwipe!
+  call delete(undofile('Xchanged_r'))
   call delete('Xchanged_r')
 endfunc
 
index 872e815fd173341b2b6cbe30c329a9510ab7d7e7..308beed578c4c6fb4165a8764118d260a92d6d7b 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1184,
 /**/
     1183,
 /**/