|
Karsten Hopp |
6c8853 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
6c8853 |
Subject: Patch 7.3.247
|
|
Karsten Hopp |
6c8853 |
Fcc: outbox
|
|
Karsten Hopp |
6c8853 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
6c8853 |
Mime-Version: 1.0
|
|
Karsten Hopp |
6c8853 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
6c8853 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
6c8853 |
------------
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
Patch 7.3.247
|
|
Karsten Hopp |
6c8853 |
Problem: Running tests changes the users viminfo file. Test for patch
|
|
Karsten Hopp |
6c8853 |
7.3.246 missing.
|
|
Karsten Hopp |
6c8853 |
Solution: Add "nviminfo" to the 'viminfo' option. Include the test.
|
|
Karsten Hopp |
6c8853 |
Files: src/testdir/test78.in, src/testdir/test81.in
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
*** ../vim-7.3.246/src/testdir/test78.in 2011-06-13 01:07:22.000000000 +0200
|
|
Karsten Hopp |
6c8853 |
--- src/testdir/test78.in 2011-07-15 13:26:22.000000000 +0200
|
|
Karsten Hopp |
6c8853 |
***************
|
|
Karsten Hopp |
6c8853 |
*** 6,12 ****
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
STARTTEST
|
|
Karsten Hopp |
6c8853 |
:so small.vim
|
|
Karsten Hopp |
6c8853 |
! :set nocp fileformat=unix undolevels=-1
|
|
Karsten Hopp |
6c8853 |
:e! Xtest
|
|
Karsten Hopp |
6c8853 |
ggdG
|
|
Karsten Hopp |
6c8853 |
:let text = "\tabcdefghijklmnoparstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnoparstuvwxyz0123456789"
|
|
Karsten Hopp |
6c8853 |
--- 6,12 ----
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
STARTTEST
|
|
Karsten Hopp |
6c8853 |
:so small.vim
|
|
Karsten Hopp |
6c8853 |
! :set nocp fileformat=unix undolevels=-1 viminfo+=nviminfo
|
|
Karsten Hopp |
6c8853 |
:e! Xtest
|
|
Karsten Hopp |
6c8853 |
ggdG
|
|
Karsten Hopp |
6c8853 |
:let text = "\tabcdefghijklmnoparstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnoparstuvwxyz0123456789"
|
|
Karsten Hopp |
6c8853 |
*** ../vim-7.3.246/src/testdir/test81.in 2011-06-26 05:36:07.000000000 +0200
|
|
Karsten Hopp |
6c8853 |
--- src/testdir/test81.in 2011-07-15 13:25:00.000000000 +0200
|
|
Karsten Hopp |
6c8853 |
***************
|
|
Karsten Hopp |
6c8853 |
*** 1,10 ****
|
|
Karsten Hopp |
6c8853 |
Test for t movement command and 'cpo-;' setting
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
STARTTEST
|
|
Karsten Hopp |
6c8853 |
! :set nocompatible
|
|
Karsten Hopp |
6c8853 |
:set cpo-=;
|
|
Karsten Hopp |
6c8853 |
/firstline/
|
|
Karsten Hopp |
6c8853 |
j0tt;D
|
|
Karsten Hopp |
6c8853 |
$Ty;D:set cpo+=;
|
|
Karsten Hopp |
6c8853 |
j0tt;;D
|
|
Karsten Hopp |
6c8853 |
$Ty;;D:?firstline?+1,$w! test.out
|
|
Karsten Hopp |
6c8853 |
--- 1,12 ----
|
|
Karsten Hopp |
6c8853 |
Test for t movement command and 'cpo-;' setting
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
STARTTEST
|
|
Karsten Hopp |
6c8853 |
! :set nocompatible viminfo+=nviminfo
|
|
Karsten Hopp |
6c8853 |
:set cpo-=;
|
|
Karsten Hopp |
6c8853 |
/firstline/
|
|
Karsten Hopp |
6c8853 |
j0tt;D
|
|
Karsten Hopp |
6c8853 |
+ 0fz;D
|
|
Karsten Hopp |
6c8853 |
+ $Fy;D
|
|
Karsten Hopp |
6c8853 |
$Ty;D:set cpo+=;
|
|
Karsten Hopp |
6c8853 |
j0tt;;D
|
|
Karsten Hopp |
6c8853 |
$Ty;;D:?firstline?+1,$w! test.out
|
|
Karsten Hopp |
6c8853 |
***************
|
|
Karsten Hopp |
6c8853 |
*** 13,18 ****
|
|
Karsten Hopp |
6c8853 |
--- 15,22 ----
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
firstline
|
|
Karsten Hopp |
6c8853 |
aaa two three four
|
|
Karsten Hopp |
6c8853 |
+ zzz
|
|
Karsten Hopp |
6c8853 |
+ yyy
|
|
Karsten Hopp |
6c8853 |
bbb yee yoo four
|
|
Karsten Hopp |
6c8853 |
ccc two three four
|
|
Karsten Hopp |
6c8853 |
ddd yee yoo four
|
|
Karsten Hopp |
6c8853 |
*** ../vim-7.3.246/src/version.c 2011-07-15 13:21:24.000000000 +0200
|
|
Karsten Hopp |
6c8853 |
--- src/version.c 2011-07-15 13:31:14.000000000 +0200
|
|
Karsten Hopp |
6c8853 |
***************
|
|
Karsten Hopp |
6c8853 |
*** 711,712 ****
|
|
Karsten Hopp |
6c8853 |
--- 711,714 ----
|
|
Karsten Hopp |
6c8853 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
6c8853 |
+ /**/
|
|
Karsten Hopp |
6c8853 |
+ 247,
|
|
Karsten Hopp |
6c8853 |
/**/
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
--
|
|
Karsten Hopp |
6c8853 |
ZOOT: I'm afraid our life must seem very dull and quiet compared to yours.
|
|
Karsten Hopp |
6c8853 |
We are but eightscore young blondes, all between sixteen and
|
|
Karsten Hopp |
6c8853 |
nineteen-and-a-half, cut off in this castle, with no one to protect us.
|
|
Karsten Hopp |
6c8853 |
Oooh. It is a lonely life ... bathing ... dressing ... undressing ...
|
|
Karsten Hopp |
6c8853 |
making exciting underwear....
|
|
Karsten Hopp |
6c8853 |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
6c8853 |
|
|
Karsten Hopp |
6c8853 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
6c8853 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
6c8853 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
6c8853 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|