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