|
Karsten Hopp |
115413 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
115413 |
Subject: Patch 7.3.817
|
|
Karsten Hopp |
115413 |
Fcc: outbox
|
|
Karsten Hopp |
115413 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
115413 |
Mime-Version: 1.0
|
|
Karsten Hopp |
115413 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
115413 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
115413 |
------------
|
|
Karsten Hopp |
115413 |
|
|
Karsten Hopp |
115413 |
Patch 7.3.817
|
|
Karsten Hopp |
115413 |
Problem: Test 89 fails with tiny and small features.
|
|
Karsten Hopp |
115413 |
Solution: Add sourcing small.vim.
|
|
Karsten Hopp |
115413 |
Files: src/testdir/test89.in
|
|
Karsten Hopp |
115413 |
|
|
Karsten Hopp |
115413 |
|
|
Karsten Hopp |
115413 |
*** ../vim-7.3.816/src/testdir/test89.in 2013-02-13 15:44:22.000000000 +0100
|
|
Karsten Hopp |
115413 |
--- src/testdir/test89.in 2013-02-14 20:06:53.000000000 +0100
|
|
Karsten Hopp |
115413 |
***************
|
|
Karsten Hopp |
115413 |
*** 1,6 ****
|
|
Karsten Hopp |
115413 |
--- 1,7 ----
|
|
Karsten Hopp |
115413 |
Some tests for setting 'number' and 'relativenumber'
|
|
Karsten Hopp |
115413 |
|
|
Karsten Hopp |
115413 |
STARTTEST
|
|
Karsten Hopp |
115413 |
+ :so small.vim
|
|
Karsten Hopp |
115413 |
:set hidden nocp nu rnu
|
|
Karsten Hopp |
115413 |
:redir @a | set nu? rnu? | redir END
|
|
Karsten Hopp |
115413 |
:e! xx
|
|
Karsten Hopp |
115413 |
*** ../vim-7.3.816/src/version.c 2013-02-13 17:34:59.000000000 +0100
|
|
Karsten Hopp |
115413 |
--- src/version.c 2013-02-14 20:10:00.000000000 +0100
|
|
Karsten Hopp |
115413 |
***************
|
|
Karsten Hopp |
115413 |
*** 727,728 ****
|
|
Karsten Hopp |
115413 |
--- 727,730 ----
|
|
Karsten Hopp |
115413 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
115413 |
+ /**/
|
|
Karsten Hopp |
115413 |
+ 817,
|
|
Karsten Hopp |
115413 |
/**/
|
|
Karsten Hopp |
115413 |
|
|
Karsten Hopp |
115413 |
--
|
|
Karsten Hopp |
115413 |
INSPECTOR END OF FILM: Move along. There's nothing to see! Keep moving!
|
|
Karsten Hopp |
115413 |
[Suddenly he notices the cameras.]
|
|
Karsten Hopp |
115413 |
INSPECTOR END OF FILM: (to Camera) All right, put that away sonny.
|
|
Karsten Hopp |
115413 |
[He walks over to it and puts his hand over the lens.]
|
|
Karsten Hopp |
115413 |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
115413 |
|
|
Karsten Hopp |
115413 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
115413 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
115413 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
115413 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|