|
Karsten Hopp |
901987 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
901987 |
Subject: Patch 7.3.1283
|
|
Karsten Hopp |
901987 |
Fcc: outbox
|
|
Karsten Hopp |
901987 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
901987 |
Mime-Version: 1.0
|
|
Karsten Hopp |
901987 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
901987 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
901987 |
------------
|
|
Karsten Hopp |
901987 |
|
|
Karsten Hopp |
901987 |
Patch 7.3.1283
|
|
Karsten Hopp |
901987 |
Problem: Test 71 fails on MS-Windows.
|
|
Karsten Hopp |
901987 |
Solution: Put the binary data in a separate file. (Ken Takata)
|
|
Karsten Hopp |
901987 |
Files: src/testdir/test71.in, src/testdir/test71a.in
|
|
Karsten Hopp |
901987 |
|
|
Karsten Hopp |
901987 |
|
|
Karsten Hopp |
901987 |
*** ../vim-7.3.1282/src/testdir/test71.in 2013-06-19 21:17:26.000000000 +0200
|
|
Karsten Hopp |
901987 |
--- src/testdir/test71.in 2013-07-01 20:47:58.000000000 +0200
|
|
Karsten Hopp |
901987 |
***************
|
|
Karsten Hopp |
901987 |
*** 1,7 ****
|
|
Karsten Hopp |
901987 |
--- 1,12 ----
|
|
Karsten Hopp |
901987 |
Test for encryption.
|
|
Karsten Hopp |
901987 |
+ The test data is in another file to avoid problems with 'encoding', especially
|
|
Karsten Hopp |
901987 |
+ cp932.
|
|
Karsten Hopp |
901987 |
|
|
Karsten Hopp |
901987 |
STARTTEST
|
|
Karsten Hopp |
901987 |
:so small.vim
|
|
Karsten Hopp |
901987 |
+ :set enc=latin1
|
|
Karsten Hopp |
901987 |
+ :bwipe!
|
|
Karsten Hopp |
901987 |
+ :r test71a.in
|
|
Karsten Hopp |
901987 |
:/^start of text/+1
|
|
Karsten Hopp |
901987 |
:let text_lines = getline('.', line('.') + 2)
|
|
Karsten Hopp |
901987 |
:/^start of cm=zip bytes/+1
|
|
Karsten Hopp |
901987 |
***************
|
|
Karsten Hopp |
901987 |
*** 60,75 ****
|
|
Karsten Hopp |
901987 |
:qa!
|
|
Karsten Hopp |
901987 |
ENDTEST
|
|
Karsten Hopp |
901987 |
|
|
Karsten Hopp |
901987 |
- start of text
|
|
Karsten Hopp |
901987 |
- 01234567890123456789012345678901234567
|
|
Karsten Hopp |
901987 |
- line 2 foo bar blah
|
|
Karsten Hopp |
901987 |
- line 3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
Karsten Hopp |
901987 |
- end of text
|
|
Karsten Hopp |
901987 |
-
|
|
Karsten Hopp |
901987 |
- start of cm=zip bytes
|
|
Karsten Hopp |
901987 |
- VimCrypt~01!??lV'Þ}Mg ê£V©ç?E#3Ž2Ué—
|
|
Karsten Hopp |
901987 |
- end of cm=zip bytes
|
|
Karsten Hopp |
901987 |
-
|
|
Karsten Hopp |
901987 |
- start of cm=blowfish bytes
|
|
Karsten Hopp |
901987 |
- VimCrypt~02!k)¾?—#?ÝSœõ=ºàÈ#¥M´†JÃAÍ¥M´†!€?›õ?áÒ?‚?˜÷
Ú
|
|
Karsten Hopp |
901987 |
- end of cm=blowfish bytes
|
|
Karsten Hopp |
901987 |
--- 65,67 ----
|
|
Karsten Hopp |
901987 |
*** ../vim-7.3.1282/src/testdir/test71a.in 2013-07-01 20:58:57.000000000 +0200
|
|
Karsten Hopp |
901987 |
--- src/testdir/test71a.in 2013-07-01 20:45:58.000000000 +0200
|
|
Karsten Hopp |
901987 |
***************
|
|
Karsten Hopp |
901987 |
*** 0 ****
|
|
Karsten Hopp |
901987 |
--- 1,14 ----
|
|
Karsten Hopp |
901987 |
+
|
|
Karsten Hopp |
901987 |
+ start of text
|
|
Karsten Hopp |
901987 |
+ 01234567890123456789012345678901234567
|
|
Karsten Hopp |
901987 |
+ line 2 foo bar blah
|
|
Karsten Hopp |
901987 |
+ line 3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
Karsten Hopp |
901987 |
+ end of text
|
|
Karsten Hopp |
901987 |
+
|
|
Karsten Hopp |
901987 |
+ start of cm=zip bytes
|
|
Karsten Hopp |
901987 |
+ VimCrypt~01!??lV'Þ}Mg ê£V©ç?E#3Ž2Ué—
|
|
Karsten Hopp |
901987 |
+ end of cm=zip bytes
|
|
Karsten Hopp |
901987 |
+
|
|
Karsten Hopp |
901987 |
+ start of cm=blowfish bytes
|
|
Karsten Hopp |
901987 |
+ VimCrypt~02!k)¾?—#?ÝSœõ=ºàÈ#¥M´†JÃAÍ¥M´†!€?›õ?áÒ?‚?˜÷
Ú
|
|
Karsten Hopp |
901987 |
+ end of cm=blowfish bytes
|
|
Karsten Hopp |
901987 |
*** ../vim-7.3.1282/src/version.c 2013-07-01 20:18:26.000000000 +0200
|
|
Karsten Hopp |
901987 |
--- src/version.c 2013-07-01 20:50:12.000000000 +0200
|
|
Karsten Hopp |
901987 |
***************
|
|
Karsten Hopp |
901987 |
*** 730,731 ****
|
|
Karsten Hopp |
901987 |
--- 730,733 ----
|
|
Karsten Hopp |
901987 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
901987 |
+ /**/
|
|
Karsten Hopp |
901987 |
+ 1283,
|
|
Karsten Hopp |
901987 |
/**/
|
|
Karsten Hopp |
901987 |
|
|
Karsten Hopp |
901987 |
--
|
|
Karsten Hopp |
901987 |
f y cn rd ths thn y cn hv grt jb n cmptr prgrmmng
|
|
Karsten Hopp |
901987 |
|
|
Karsten Hopp |
901987 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
901987 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
901987 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
901987 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|