commit | 2f21fa8743404289f1410ba49dd711a622f45d81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 20:05:56 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 20:05:56 2018 +0100 |
tree | 5d1459b3f9687fb2c6eac7c022b056e2f0fe40f4 | |
parent | fb2f7aa982a3767cd3fa61aad8dcc075f339e15b [diff] [blame] |
patch 8.1.0667: textprop test leaves file behind Problem: Textprop test leaves file behind. Solution: Delete the file. (Dominique Pelle, closes #3743)
diff --git a/src/testdir/test_textprop.vim b/src/testdir/test_textprop.vim index e938a58..ad6fd09 100644 --- a/src/testdir/test_textprop.vim +++ b/src/testdir/test_textprop.vim
@@ -307,5 +307,5 @@ " clean up call StopVimInTerminal(buf) - call delete('Xtest_folds_with_rnu') + call delete('XtestProp') endfunc