Patch 8.2.0416
Problem: Test leaves file behind.
Solution: Delete the file.
Files: src/testdir/test_indent.vim
*** ../vim-8.2.0415/src/testdir/test_indent.vim 2020-03-08 05:13:10.007536782
+0100
--- src/testdir/test_indent.vim 2020-03-19 20:30:44.789733154 +0100
***************
*** 134,143 ****
--- 134,145 ----
call assert_equal('GetIndent()', &indentexpr)
exe "normal Oa\nb\n"
call assert_equal([' a', ' b'], getline(1, 2))
+
set modelineexpr&
delfunc GetIndent
let &modeline = modeline
close!
+ call delete('Xfile.txt')
endfunc
" vim: shiftwidth=2 sts=2 expandtab
*** ../vim-8.2.0415/src/version.c 2020-03-19 20:31:57.369449811 +0100
--- src/version.c 2020-03-19 20:32:55.273224958 +0100
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 416,
/**/
--
ARTHUR: Who are you?
TALL KNIGHT: We are the Knights Who Say "Ni"!
BEDEVERE: No! Not the Knights Who Say "Ni"!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202003191933.02JJXvIl007164%40masaka.moolenaar.net.