comparison src/testdir/test_filechanged.vim @ 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 858bf9c80c93
children 8b92f3fea477
comparison
equal deleted inserted replaced
16357:38c863160f94 16358:1a441c73adbc
84 set noundofile 84 set noundofile
85 endif 85 endif
86 86
87 au! testreload 87 au! testreload
88 bwipe! 88 bwipe!
89 call delete(undofile('Xchanged_r'))
89 call delete('Xchanged_r') 90 call delete('Xchanged_r')
90 endfunc 91 endfunc
91 92
92 func Test_file_changed_dialog() 93 func Test_file_changed_dialog()
93 if !has('unix') || has('gui_running') 94 if !has('unix') || has('gui_running')