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