changeset 16358:1a441c73adbc v8.1.1184

patch 8.1.1184: undo file left behind after running test commit https://github.com/vim/vim/commit/137c14bb4f18198ed38659dcfbdfd749115c7ab5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 18 20:30:55 2019 +0200 patch 8.1.1184: undo file left behind after running test Problem: Undo file left behind after running test. Solution: Delete the undo file. (Dominique Pelle, closes https://github.com/vim/vim/issues/4279)
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Apr 2019 20:45:05 +0200
parents 38c863160f94
children 751bc6d5be74
files src/testdir/test_filechanged.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_filechanged.vim
+++ b/src/testdir/test_filechanged.vim
@@ -86,6 +86,7 @@ func Test_FileChangedShell_reload()
 
   au! testreload
   bwipe!
+  call delete(undofile('Xchanged_r'))
   call delete('Xchanged_r')
 endfunc
 
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1184,
+/**/
     1183,
 /**/
     1182,