Patch 8.2.0416

9 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 19, 2020, 3:34:04 PM3/19/20
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages