Patch 8.1.1858
Problem: Test for multi-byte mapping fails on some systems.
Solution: Test in another way.
Files: src/testdir/test_mapping.vim
*** ../vim-8.1.1857/src/testdir/test_mapping.vim 2019-08-16
20:33:02.664193979 +0200
--- src/testdir/test_mapping.vim 2019-08-16 20:53:47.674158941 +0200
***************
*** 241,247 ****
func Test_map_meta_multibyte()
imap <M-á> foo
! call assert_equal('foo', maparg("\<M-á>", 'i'))
iunmap <M-á>
endfunc
--- 241,247 ----
func Test_map_meta_multibyte()
imap <M-á> foo
! call assert_match('i <M-á>\s*foo', execute('imap'))
iunmap <M-á>
endfunc
*** ../vim-8.1.1857/src/version.c 2019-08-16 20:33:02.664193979 +0200
--- src/version.c 2019-08-16 20:55:35.065640083 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 1858,
/**/
--
hundred-and-one symptoms of being an internet addict:
67. Your hard drive crashes. You haven't logged in for two hours. You start
to twitch. You pick up the phone and manually dial your ISP's access
number. You try to hum to communicate with the modem. You succeed.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201908161918.x7GJIKlr012984%40masaka.moolenaar.net.