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