Patch 8.1.2167

6 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 16, 2019, 5:33:54 PM10/16/19
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages