|
Karsten Hopp |
580d1a |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
580d1a |
Subject: Patch 7.4.563
|
|
Karsten Hopp |
580d1a |
Fcc: outbox
|
|
Karsten Hopp |
580d1a |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
580d1a |
Mime-Version: 1.0
|
|
Karsten Hopp |
580d1a |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
580d1a |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
580d1a |
------------
|
|
Karsten Hopp |
580d1a |
|
|
Karsten Hopp |
580d1a |
Patch 7.4.563
|
|
Karsten Hopp |
580d1a |
Problem: No test for replacing on a tab in Virtual replace mode.
|
|
Karsten Hopp |
580d1a |
Solution: Add a test. (Elias Diem)
|
|
Karsten Hopp |
580d1a |
Files: src/testdir/test48.in, src/testdir/test48.ok
|
|
Karsten Hopp |
580d1a |
|
|
Karsten Hopp |
580d1a |
|
|
Karsten Hopp |
580d1a |
*** ../vim-7.4.562/src/testdir/test48.in 2012-12-12 18:09:21.000000000 +0100
|
|
Karsten Hopp |
580d1a |
--- src/testdir/test48.in 2015-01-07 13:50:22.725817323 +0100
|
|
Karsten Hopp |
580d1a |
***************
|
|
Karsten Hopp |
580d1a |
*** 44,49 ****
|
|
Karsten Hopp |
580d1a |
--- 44,53 ----
|
|
Karsten Hopp |
580d1a |
/^"r"
|
|
Karsten Hopp |
580d1a |
$5lrxa<-- should be 'x'?
|
|
Karsten Hopp |
580d1a |
:"
|
|
Karsten Hopp |
580d1a |
+ :" Test "r" on a tab
|
|
Karsten Hopp |
580d1a |
+ :" Note that for this test, 'ts' must be 8 (the default).
|
|
Karsten Hopp |
580d1a |
+ ^5lrxA<-- should be ' x '?
|
|
Karsten Hopp |
580d1a |
+ :"
|
|
Karsten Hopp |
580d1a |
:" Test to make sure 'x' can delete control characters
|
|
Karsten Hopp |
580d1a |
:set display=uhex
|
|
Karsten Hopp |
580d1a |
^xxxxxxi[This line should contain only the text between the brackets.]?
|
|
Karsten Hopp |
580d1a |
***************
|
|
Karsten Hopp |
580d1a |
*** 72,77 ****
|
|
Karsten Hopp |
580d1a |
--- 76,82 ----
|
|
Karsten Hopp |
580d1a |
this is a test
|
|
Karsten Hopp |
580d1a |
this is a test
|
|
Karsten Hopp |
580d1a |
"r"
|
|
Karsten Hopp |
580d1a |
+ "r"
|
|
Karsten Hopp |
580d1a |
a?b
sd
|
|
Karsten Hopp |
580d1a |
abcv6efi.him0kl
|
|
Karsten Hopp |
580d1a |
|
|
Karsten Hopp |
580d1a |
*** ../vim-7.4.562/src/testdir/test48.ok 2012-12-12 18:09:25.000000000 +0100
|
|
Karsten Hopp |
580d1a |
--- src/testdir/test48.ok 2015-01-07 13:44:09.418122081 +0100
|
|
Karsten Hopp |
580d1a |
***************
|
|
Karsten Hopp |
580d1a |
*** 12,17 ****
|
|
Karsten Hopp |
580d1a |
--- 12,18 ----
|
|
Karsten Hopp |
580d1a |
this is a test
|
|
Karsten Hopp |
580d1a |
this is a test
|
|
Karsten Hopp |
580d1a |
"r" x<-- should be 'x'
|
|
Karsten Hopp |
580d1a |
+ "r" x <-- should be ' x '
|
|
Karsten Hopp |
580d1a |
[This line should contain only the text between the brackets.]
|
|
Karsten Hopp |
580d1a |
v i m <-- should show the name of a noted text editor
|
|
Karsten Hopp |
580d1a |
6 . 0 <-- and its version number
|
|
Karsten Hopp |
580d1a |
*** ../vim-7.4.562/src/version.c 2015-01-07 13:31:48.890661692 +0100
|
|
Karsten Hopp |
580d1a |
--- src/version.c 2015-01-07 14:02:11.173641021 +0100
|
|
Karsten Hopp |
580d1a |
***************
|
|
Karsten Hopp |
580d1a |
*** 743,744 ****
|
|
Karsten Hopp |
580d1a |
--- 743,746 ----
|
|
Karsten Hopp |
580d1a |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
580d1a |
+ /**/
|
|
Karsten Hopp |
580d1a |
+ 563,
|
|
Karsten Hopp |
580d1a |
/**/
|
|
Karsten Hopp |
580d1a |
|
|
Karsten Hopp |
580d1a |
--
|
|
Karsten Hopp |
580d1a |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
580d1a |
54. You start tilting your head sideways to smile. :-)
|
|
Karsten Hopp |
580d1a |
|
|
Karsten Hopp |
580d1a |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
580d1a |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
580d1a |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
580d1a |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|