Karsten Hopp 22c8b5
To: vim_dev@googlegroups.com
Karsten Hopp 22c8b5
Subject: Patch 7.4.433
Karsten Hopp 22c8b5
Fcc: outbox
Karsten Hopp 22c8b5
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 22c8b5
Mime-Version: 1.0
Karsten Hopp 22c8b5
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 22c8b5
Content-Transfer-Encoding: 8bit
Karsten Hopp 22c8b5
------------
Karsten Hopp 22c8b5
Karsten Hopp 22c8b5
Patch 7.4.433
Karsten Hopp 22c8b5
Problem:    Test 75 fails on MS-Windows.
Karsten Hopp 22c8b5
Solution:   Use ":normal" instead of feedkeys(). (Michael Soyka)
Karsten Hopp 22c8b5
Files:	    src/testdir/test75.in
Karsten Hopp 22c8b5
Karsten Hopp 22c8b5
Karsten Hopp 22c8b5
*** ../vim-7.4.432/src/testdir/test75.in	2014-03-12 20:17:47.752982126 +0100
Karsten Hopp 22c8b5
--- src/testdir/test75.in	2014-09-09 13:48:54.332512799 +0200
Karsten Hopp 22c8b5
***************
Karsten Hopp 22c8b5
*** 23,38 ****
Karsten Hopp 22c8b5
  Go?:"
Karsten Hopp 22c8b5
  :" Outside of the range, minimum
Karsten Hopp 22c8b5
  :inoremap <Char-0x1040> a
Karsten Hopp 22c8b5
! :call feedkeys("a\u1040\<Esc>")
Karsten Hopp 22c8b5
  :" Inside of the range, minimum
Karsten Hopp 22c8b5
  :inoremap <Char-0x103f> b
Karsten Hopp 22c8b5
! :call feedkeys("a\u103f\<Esc>")
Karsten Hopp 22c8b5
  :" Inside of the range, maximum
Karsten Hopp 22c8b5
  :inoremap <Char-0xf03f> c
Karsten Hopp 22c8b5
! :call feedkeys("a\uf03f\<Esc>")
Karsten Hopp 22c8b5
  :" Outside of the range, maximum
Karsten Hopp 22c8b5
  :inoremap <Char-0xf040> d
Karsten Hopp 22c8b5
! :call feedkeys("a\uf040\<Esc>")
Karsten Hopp 22c8b5
  :"
Karsten Hopp 22c8b5
  :/^eof/+1,$w! test.out
Karsten Hopp 22c8b5
  :qa!
Karsten Hopp 22c8b5
--- 23,38 ----
Karsten Hopp 22c8b5
  Go?:"
Karsten Hopp 22c8b5
  :" Outside of the range, minimum
Karsten Hopp 22c8b5
  :inoremap <Char-0x1040> a
Karsten Hopp 22c8b5
! :execute "normal a\u1040\<Esc>"
Karsten Hopp 22c8b5
  :" Inside of the range, minimum
Karsten Hopp 22c8b5
  :inoremap <Char-0x103f> b
Karsten Hopp 22c8b5
! :execute "normal a\u103f\<Esc>"
Karsten Hopp 22c8b5
  :" Inside of the range, maximum
Karsten Hopp 22c8b5
  :inoremap <Char-0xf03f> c
Karsten Hopp 22c8b5
! :execute "normal a\uf03f\<Esc>"
Karsten Hopp 22c8b5
  :" Outside of the range, maximum
Karsten Hopp 22c8b5
  :inoremap <Char-0xf040> d
Karsten Hopp 22c8b5
! :execute "normal a\uf040\<Esc>"
Karsten Hopp 22c8b5
  :"
Karsten Hopp 22c8b5
  :/^eof/+1,$w! test.out
Karsten Hopp 22c8b5
  :qa!
Karsten Hopp 22c8b5
*** ../vim-7.4.432/src/version.c	2014-09-09 12:25:27.768501863 +0200
Karsten Hopp 22c8b5
--- src/version.c	2014-09-09 13:49:55.160512932 +0200
Karsten Hopp 22c8b5
***************
Karsten Hopp 22c8b5
*** 743,744 ****
Karsten Hopp 22c8b5
--- 743,746 ----
Karsten Hopp 22c8b5
  {   /* Add new patch number below this line */
Karsten Hopp 22c8b5
+ /**/
Karsten Hopp 22c8b5
+     433,
Karsten Hopp 22c8b5
  /**/
Karsten Hopp 22c8b5
Karsten Hopp 22c8b5
-- 
Karsten Hopp 22c8b5
hundred-and-one symptoms of being an internet addict:
Karsten Hopp 22c8b5
107. When using your phone you forget that you don't have to use your
Karsten Hopp 22c8b5
     keyboard.
Karsten Hopp 22c8b5
Karsten Hopp 22c8b5
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 22c8b5
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 22c8b5
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 22c8b5
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///