lkundrak / rpms / vim

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