Patch 7.4.614
Problem: There is no test for what patch 7.4.601 fixes.
Solution: Add a test. (Christian Brabandt)
Files: src/testdir/test_mapping.in, src/testdir/test_mapping.ok
*** ../vim-7.4.613/src/testdir/test_mapping.in 2015-01-14 16:08:29.210474234
+0100
--- src/testdir/test_mapping.in 2015-02-03 16:52:28.828510717 +0100
***************
*** 31,36 ****
--- 31,41 ----
: " expr mapping with langmap
:inoremap <expr> { "FAIL_iexplangmap"
o+
+ :" issue #212 (feedkeys insert mapping at current position)
+ :nnoremap . :call feedkeys(".", "in")<cr>
+ :/^a b
+ 0qqdw.ifoo qj0@q :unmap .
+
:/^test/,$w! test.out
:qa!
***************
*** 38,40 ****
--- 43,48 ----
test starts here:
+ a b c d
+ a b c d
+
*** ../vim-7.4.613/src/testdir/test_mapping.ok 2015-01-14 16:08:29.210474234
+0100
--- src/testdir/test_mapping.ok 2015-02-03 16:52:28.828510717 +0100
***************
*** 1,4 ****
--- 1,7 ----
test starts here:
+
+ fooc d
+ fooc d
vim
TEST2: CTRL-C |<ctrl-c>A|
*** ../vim-7.4.613/src/version.c 2015-02-03 16:49:20.242545503 +0100
--- src/version.c 2015-02-03 16:52:21.200592637 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 614,
/**/
--
hundred-and-one symptoms of being an internet addict:
169. You hire a housekeeper for your home page.
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.