Christian Brabandt wrote:
> On Di, 06 Sep 2016, Yegappan Lakshmanan wrote:
>
> > Hi,
> >
> > The following temporary files are not removed by the
> > test_normal.vim script:
> >
> > Xspellfile.add.spl
> > Xspellfile2.add.spl
>
> Oh I didn't notice those.
>
> diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim
> index 9a8f8f8..b894a63 100644
> --- a/src/testdir/test_normal.vim
> +++ b/src/testdir/test_normal.vim
> @@ -1125,6 +1125,8 @@ func! Test_normal19_z_spell()
> 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
Thanks.
--
hundred-and-one symptoms of being an internet addict:
178. You look for an icon to double-click to open your bedroom window.
/// 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.