blob: ef65bf2b10bf3bbf7c09ef1e320bcdaadb48fd87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
To: vim_dev@googlegroups.com
Subject: Patch 8.1.0667
Fcc: outbox
From: Bram Moolenaar <Bram@moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------
Patch 8.1.0667 (after 8.1.0665)
Problem: Textprop test leaves file behind.
Solution: Delete the file. (Dominique Pelle, closes #3743)
Files: src/testdir/test_textprop.vim
*** ../vim-8.1.0666/src/testdir/test_textprop.vim 2018-12-31 13:55:31.257223600 +0100
--- src/testdir/test_textprop.vim 2018-12-31 20:02:44.004966460 +0100
***************
*** 307,311 ****
" clean up
call StopVimInTerminal(buf)
! call delete('Xtest_folds_with_rnu')
endfunc
--- 307,311 ----
" clean up
call StopVimInTerminal(buf)
! call delete('XtestProp')
endfunc
*** ../vim-8.1.0666/src/version.c 2018-12-31 14:34:00.466438581 +0100
--- src/version.c 2018-12-31 20:04:30.587966818 +0100
***************
*** 801,802 ****
--- 801,804 ----
{ /* Add new patch number below this line */
+ /**/
+ 667,
/**/
--
From "know your smileys":
:-O>-o Smiley American tourist (note big mouth and camera)
/// 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 ///
|