Patch 8.1.2167
Problem: Mapping test fails on MS-Windows.
Solution: Remove all the existing Insert-mode mappings.
Files: src/testdir/test_mapping.vim
*** ../vim-8.1.2166/src/testdir/test_mapping.vim 2019-10-16
22:27:45.953650381 +0200
--- src/testdir/test_mapping.vim 2019-10-16 23:31:20.355122561 +0200
***************
*** 444,451 ****
endfunc
func Test_list_mappings()
! " Remove default Mac mapping
! silent! iunmap <D-v>
inoremap <C-M> CtrlM
inoremap <A-S> AltS
--- 444,451 ----
endfunc
func Test_list_mappings()
! " Remove default mappings
! imapclear
inoremap <C-M> CtrlM
inoremap <A-S> AltS
*** ../vim-8.1.2166/src/version.c 2019-10-16 22:36:06.995007210 +0200
--- src/version.c 2019-10-16 23:32:12.234786838 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 2167,
/**/
--
Every time I lose weight, it finds me again!
/// 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/201910162133.x9GLXk7N000521%40masaka.moolenaar.net.