|
Karsten Hopp |
defd62 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
defd62 |
Subject: Patch 7.4.802
|
|
Karsten Hopp |
defd62 |
Fcc: outbox
|
|
Karsten Hopp |
defd62 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
defd62 |
Mime-Version: 1.0
|
|
Karsten Hopp |
defd62 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
defd62 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
defd62 |
------------
|
|
Karsten Hopp |
defd62 |
|
|
Karsten Hopp |
defd62 |
Patch 7.4.802
|
|
Karsten Hopp |
defd62 |
Problem: Using "A" in Visual mode while 'linebreak' is set is not tested.
|
|
Karsten Hopp |
defd62 |
Solution: Add a test for this, verifies the problem is fixed. (Ingo Karkat)
|
|
Karsten Hopp |
defd62 |
Files: src/testdir/test39.in, src/testdir/test39.ok
|
|
Karsten Hopp |
defd62 |
|
|
Karsten Hopp |
defd62 |
|
|
Karsten Hopp |
defd62 |
*** ../vim-7.4.801/src/testdir/test39.in 2015-02-03 18:36:40.401033677 +0100
|
|
Karsten Hopp |
defd62 |
--- src/testdir/test39.in 2015-07-28 17:08:38.439175822 +0200
|
|
Karsten Hopp |
defd62 |
***************
|
|
Karsten Hopp |
defd62 |
*** 51,56 ****
|
|
Karsten Hopp |
defd62 |
--- 51,62 ----
|
|
Karsten Hopp |
defd62 |
:exe ":norm! 012l\<C-v>jjAx\<Esc>"
|
|
Karsten Hopp |
defd62 |
:set ve= enc=latin1
|
|
Karsten Hopp |
defd62 |
:.,/^$/w >> test.out
|
|
Karsten Hopp |
defd62 |
+ :" Test for single-line Visual block append at wrapped line with :set linebreak
|
|
Karsten Hopp |
defd62 |
+ Golong line: ?40afoobar ?aTARGET at end?
|
|
Karsten Hopp |
defd62 |
+ :set linebreak
|
|
Karsten Hopp |
defd62 |
+ :exe ":norm! $3B\<C-v>eAx\<Esc>"
|
|
Karsten Hopp |
defd62 |
+ :set nolinebreak
|
|
Karsten Hopp |
defd62 |
+ :.w >> test.out
|
|
Karsten Hopp |
defd62 |
:" gUe must uppercase a whole word, also when ß changes to SS
|
|
Karsten Hopp |
defd62 |
Gothe youtußeuu end?Ypk0wgUe
|
|
Karsten Hopp |
defd62 |
:" gUfx must uppercase until x, inclusive.
|
|
Karsten Hopp |
defd62 |
*** ../vim-7.4.801/src/testdir/test39.ok 2015-02-03 18:36:40.401033677 +0100
|
|
Karsten Hopp |
defd62 |
--- src/testdir/test39.ok 2015-07-28 17:07:28.151876184 +0200
|
|
Karsten Hopp |
defd62 |
***************
|
|
Karsten Hopp |
defd62 |
*** 30,35 ****
|
|
Karsten Hopp |
defd62 |
--- 30,36 ----
|
|
Karsten Hopp |
defd62 |
x x line2
|
|
Karsten Hopp |
defd62 |
x x line3
|
|
Karsten Hopp |
defd62 |
|
|
Karsten Hopp |
defd62 |
+ long line: foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar TARGETx at end
|
|
Karsten Hopp |
defd62 |
the YOUTUSSEUU end
|
|
Karsten Hopp |
defd62 |
- yOUSSTUSSEXu -
|
|
Karsten Hopp |
defd62 |
THE YOUTUSSEUU END
|
|
Karsten Hopp |
defd62 |
*** ../vim-7.4.801/src/version.c 2015-07-28 14:42:41.177971415 +0200
|
|
Karsten Hopp |
defd62 |
--- src/version.c 2015-07-28 17:10:38.117983542 +0200
|
|
Karsten Hopp |
defd62 |
***************
|
|
Karsten Hopp |
defd62 |
*** 743,744 ****
|
|
Karsten Hopp |
defd62 |
--- 743,746 ----
|
|
Karsten Hopp |
defd62 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
defd62 |
+ /**/
|
|
Karsten Hopp |
defd62 |
+ 802,
|
|
Karsten Hopp |
defd62 |
/**/
|
|
Karsten Hopp |
defd62 |
|
|
Karsten Hopp |
defd62 |
--
|
|
Karsten Hopp |
defd62 |
Facepalm statement #2: "If there is a country without immigrants I'm going to
|
|
Karsten Hopp |
defd62 |
move there"
|
|
Karsten Hopp |
defd62 |
|
|
Karsten Hopp |
defd62 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
defd62 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
defd62 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
defd62 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|