devel/vim 7.1.252,NONE,1.1

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Mon Feb 25 15:37:06 UTC 2008


Author: karsten

Update of /cvs/extras/devel/vim
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31561

Added Files:
	7.1.252 
Log Message:
- patchlevel 252


--- NEW FILE 7.1.252 ---
To: vim-dev at vim.org
Subject: Patch 7.1.252
Fcc: outbox
From: Bram Moolenaar <Bram at moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------

Patch 7.1.252 (after 7.1.243)
Problem:    Test 39 fails when the environment has a utf-8 locale. (Dominique
	    Pelle)
Solution:   Force 'encoding' to be latin1.
Files:	    src/testdir/test39.in


*** ../vim-7.1.251/src/testdir/test39.in	Wed Feb  6 14:43:50 2008
--- src/testdir/test39.in	Thu Feb 14 22:16:57 2008
***************
*** 5,10 ****
--- 5,12 ----
  STARTTEST
  :so small.vim
  :so mbyte.vim
+ :" This only works when 'encoding' is "latin1", don't depend on the environment
+ :set enc=latin1
  /^abcde
  :" Test shift-right of a block
  jlllljj>wlljlll>
*** ../vim-7.1.251/src/version.c	Wed Feb 13 21:48:24 2008
--- src/version.c	Thu Feb 14 22:18:11 2008
***************
*** 668,669 ****
--- 668,671 ----
  {   /* Add new patch number below this line */
+ /**/
+     252,
  /**/

-- 
How To Keep A Healthy Level Of Insanity:
9. As often as possible, skip rather than walk.

 /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///




More information about the fedora-extras-commits mailing list