commit 44269c73a32f13d39ead1fdc257a97fc18ae805c
parent b5837e55e69602ce9716c8c04b1e2cb3188be8a5
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon, 25 Apr 2022 14:38:39 +0800
vim-patch:8.1.2167: mapping test fails on MS-Windows
Problem: Mapping test fails on MS-Windows.
Solution: Remove all the existing Insert-mode mappings.
https://github.com/vim/vim/commit/2559a47823a6a7827631f2e6a0176d7afce2721c
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/nvim/testdir/test_mapping.vim b/src/nvim/testdir/test_mapping.vim
@@ -430,8 +430,8 @@ func Test_error_in_map_expr()
endfunc
func Test_list_mappings()
- " Remove default Mac mapping
- silent! iunmap <D-v>
+ " Remove default mappings
+ imapclear
inoremap <C-M> CtrlM
inoremap <A-S> AltS