073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.433
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.433
073263
Problem:    Test 75 fails on MS-Windows.
073263
Solution:   Use ":normal" instead of feedkeys(). (Michael Soyka)
073263
Files:	    src/testdir/test75.in
073263
073263
073263
*** ../vim-7.4.432/src/testdir/test75.in	2014-03-12 20:17:47.752982126 +0100
073263
--- src/testdir/test75.in	2014-09-09 13:48:54.332512799 +0200
073263
***************
073263
*** 23,38 ****
073263
  Go?:"
073263
  :" Outside of the range, minimum
073263
  :inoremap <Char-0x1040> a
073263
! :call feedkeys("a\u1040\<Esc>")
073263
  :" Inside of the range, minimum
073263
  :inoremap <Char-0x103f> b
073263
! :call feedkeys("a\u103f\<Esc>")
073263
  :" Inside of the range, maximum
073263
  :inoremap <Char-0xf03f> c
073263
! :call feedkeys("a\uf03f\<Esc>")
073263
  :" Outside of the range, maximum
073263
  :inoremap <Char-0xf040> d
073263
! :call feedkeys("a\uf040\<Esc>")
073263
  :"
073263
  :/^eof/+1,$w! test.out
073263
  :qa!
073263
--- 23,38 ----
073263
  Go?:"
073263
  :" Outside of the range, minimum
073263
  :inoremap <Char-0x1040> a
073263
! :execute "normal a\u1040\<Esc>"
073263
  :" Inside of the range, minimum
073263
  :inoremap <Char-0x103f> b
073263
! :execute "normal a\u103f\<Esc>"
073263
  :" Inside of the range, maximum
073263
  :inoremap <Char-0xf03f> c
073263
! :execute "normal a\uf03f\<Esc>"
073263
  :" Outside of the range, maximum
073263
  :inoremap <Char-0xf040> d
073263
! :execute "normal a\uf040\<Esc>"
073263
  :"
073263
  :/^eof/+1,$w! test.out
073263
  :qa!
073263
*** ../vim-7.4.432/src/version.c	2014-09-09 12:25:27.768501863 +0200
073263
--- src/version.c	2014-09-09 13:49:55.160512932 +0200
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     433,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
107. When using your phone you forget that you don't have to use your
073263
     keyboard.
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    ///