To: vim_dev@googlegroups.com Subject: Patch 7.4.2336 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2336 Problem: Running normal mode tests leave a couple of files behind. (Yegappan Lakshmanan) Solution: Delete the files. (Christian Brabandt) Files: src/testdir/test_normal.vim *** ../vim-7.4.2335/src/testdir/test_normal.vim 2016-09-05 22:58:28.317270558 +0200 --- src/testdir/test_normal.vim 2016-09-06 20:32:29.160678535 +0200 *************** *** 1125,1130 **** --- 1125,1132 ---- exe "lang" oldlang call delete("./Xspellfile.add") call delete("./Xspellfile2.add") + call delete("./Xspellfile.add.spl") + call delete("./Xspellfile2.add.spl") " zux -> no-op 2 *** ../vim-7.4.2335/src/version.c 2016-09-06 20:24:47.208456105 +0200 --- src/version.c 2016-09-06 20:33:19.032270498 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2336, /**/ -- hundred-and-one symptoms of being an internet addict: 179. You wonder why your household garbage can doesn't have an "empty recycle bin" button. /// 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 ///