| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.764 |
| 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.764 (after 7.4.754) |
| Problem: test_increment fails on MS-Windows. (Ken Takata) |
| Solution: Clear Visual mappings. (Taro Muraoka) |
| Files: src/testdir/test_increment.in |
| |
| |
| |
| |
| |
| *** 71,77 **** |
| |
| STARTTEST |
| :so small.vim |
| ! |
| :" Test 1 |
| :/^S1=/+,/^E1=/-y a |
| :/^E1/+put a |
| --- 71,80 ---- |
| |
| STARTTEST |
| :so small.vim |
| ! :" |
| ! :" Avoid CTRL-X being mapped in Visual mode for MS-Windows |
| ! :vmapclear |
| ! :" |
| :" Test 1 |
| :/^S1=/+,/^E1=/-y a |
| :/^E1/+put a |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 764, |
| /**/ |
| |
| -- |
| hundred-and-one symptoms of being an internet addict: |
| 166. You have been on your computer soo long that you didn't realize |
| you had grandchildren. |
| |
| /// 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 /// |