To: vim_dev@googlegroups.com Subject: Patch 8.2.0951 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0951 Problem: Search stat test has leftover from debugging. Solution: Remove line that writes a file. (Christian Brabandt, closes #6224) Files: src/testdir/test_search_stat.vim *** ../vim-8.2.0950/src/testdir/test_search_stat.vim 2020-06-04 20:55:37.300027492 +0200 --- src/testdir/test_search_stat.vim 2020-06-10 20:19:48.140375713 +0200 *************** *** 73,79 **** let stat = '\[2/50\]' let g:a = execute(':unsilent :norm! n') call assert_notmatch(pat .. stat, g:a) - call writefile(getline(1, '$'), 'sample.txt') " n does not update search stat call assert_equal( \ #{current: 50, exact_match: 1, total: 50, incomplete: 0, maxcount: 99}, --- 73,78 ---- *** ../vim-8.2.0950/src/version.c 2020-06-10 17:13:39.893204347 +0200 --- src/version.c 2020-06-10 20:20:52.744164672 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 951, /**/ -- Veni, Vidi, Video -- I came, I saw, I taped what I saw. /// Bram Moolenaar -- Bram@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 ///