Patch 8.0.0792
Problem: Spell test leaves files behind.
Solution: Delete the files.
Files: src/testdir/test_spell.vim
*** ../vim-8.0.0791/src/testdir/test_spell.vim 2017-06-22 21:42:43.790885065
+0200
--- src/testdir/test_spell.vim 2017-07-28 15:36:40.152461772 +0200
***************
*** 4,9 ****
--- 4,19 ----
finish
endif
+ func TearDown()
+ set nospell
+ call delete('Xtest.aff')
+ call delete('Xtest.dic')
+ call delete('Xtest.latin1.add')
+ call delete('Xtest.latin1.add.spl')
+ call delete('Xtest.latin1.spl')
+ call delete('Xtest.latin1.sug')
+ endfunc
+
func Test_wrap_search()
new
call setline(1, ['The', '', 'A plong line with two zpelling mistakes', '',
'End'])
***************
*** 226,231 ****
--- 236,242 ----
func Test_zz_sal_and_addition()
set enc=latin1
set spellfile=
+ call writefile(g:test_data_dic1, "Xtest.dic")
call writefile(g:test_data_aff_sal, "Xtest.aff")
mkspell! Xtest Xtest
set spl=Xtest.latin1.spl spell
*** ../vim-8.0.0791/src/version.c 2017-07-28 15:11:34.267537205 +0200
--- src/version.c 2017-07-28 15:19:21.216059969 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 792,
/**/
--
The greatest lies of all time:
(1) The check is in the mail.
(2) We have a really challenging assignment for you.
(3) I love you.
(4) All bugs have been fixed.
(5) This won't hurt a bit.
(6) Honey, I just need to debug this program and be home in 5 minutes.
(7) I have just sent you an e-mail about that.
(8) Of course I'll respect you in the morning.
(9) I'm from the government, and I'm here to help you.
/// 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].
For more options, visit https://groups.google.com/d/optout.