|
|
22c937 |
To: vim_dev@googlegroups.com
|
|
|
22c937 |
Subject: Patch 7.4.614
|
|
|
22c937 |
Fcc: outbox
|
|
|
22c937 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
22c937 |
Mime-Version: 1.0
|
|
|
22c937 |
Content-Type: text/plain; charset=UTF-8
|
|
|
22c937 |
Content-Transfer-Encoding: 8bit
|
|
|
22c937 |
------------
|
|
|
22c937 |
|
|
|
22c937 |
Patch 7.4.614
|
|
|
22c937 |
Problem: There is no test for what patch 7.4.601 fixes.
|
|
|
22c937 |
Solution: Add a test. (Christian Brabandt)
|
|
|
22c937 |
Files: src/testdir/test_mapping.in, src/testdir/test_mapping.ok
|
|
|
22c937 |
|
|
|
22c937 |
|
|
|
22c937 |
*** ../vim-7.4.613/src/testdir/test_mapping.in 2015-01-14 16:08:29.210474234 +0100
|
|
|
22c937 |
--- src/testdir/test_mapping.in 2015-02-03 16:52:28.828510717 +0100
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 31,36 ****
|
|
|
22c937 |
--- 31,41 ----
|
|
|
22c937 |
: " expr mapping with langmap
|
|
|
22c937 |
:inoremap <expr> { "FAIL_iexplangmap"
|
|
|
22c937 |
o+?
|
|
|
22c937 |
+ :" issue #212 (feedkeys insert mapping at current position)
|
|
|
22c937 |
+ :nnoremap . :call feedkeys(".", "in")<cr>
|
|
|
22c937 |
+ :/^a b
|
|
|
22c937 |
+ 0qqdw.ifoo?qj0@q?:unmap .
|
|
|
22c937 |
+
|
|
|
22c937 |
|
|
|
22c937 |
:/^test/,$w! test.out
|
|
|
22c937 |
:qa!
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 38,40 ****
|
|
|
22c937 |
--- 43,48 ----
|
|
|
22c937 |
|
|
|
22c937 |
test starts here:
|
|
|
22c937 |
|
|
|
22c937 |
+ a b c d
|
|
|
22c937 |
+ a b c d
|
|
|
22c937 |
+
|
|
|
22c937 |
*** ../vim-7.4.613/src/testdir/test_mapping.ok 2015-01-14 16:08:29.210474234 +0100
|
|
|
22c937 |
--- src/testdir/test_mapping.ok 2015-02-03 16:52:28.828510717 +0100
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 1,4 ****
|
|
|
22c937 |
--- 1,7 ----
|
|
|
22c937 |
test starts here:
|
|
|
22c937 |
+
|
|
|
22c937 |
+ fooc d
|
|
|
22c937 |
+ fooc d
|
|
|
22c937 |
vim
|
|
|
22c937 |
TEST2: CTRL-C |<ctrl-c>A|
|
|
|
22c937 |
|
|
|
22c937 |
*** ../vim-7.4.613/src/version.c 2015-02-03 16:49:20.242545503 +0100
|
|
|
22c937 |
--- src/version.c 2015-02-03 16:52:21.200592637 +0100
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 743,744 ****
|
|
|
22c937 |
--- 743,746 ----
|
|
|
22c937 |
{ /* Add new patch number below this line */
|
|
|
22c937 |
+ /**/
|
|
|
22c937 |
+ 614,
|
|
|
22c937 |
/**/
|
|
|
22c937 |
|
|
|
22c937 |
--
|
|
|
22c937 |
hundred-and-one symptoms of being an internet addict:
|
|
|
22c937 |
169. You hire a housekeeper for your home page.
|
|
|
22c937 |
|
|
|
22c937 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
22c937 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
22c937 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
22c937 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|