comparison src/testdir/test_mapping.vim @ 18346:5b12fd0c39c3 v8.1.2167

patch 8.1.2167: mapping test fails on MS-Windows Commit: https://github.com/vim/vim/commit/2559a47823a6a7827631f2e6a0176d7afce2721c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 23:33:12 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 23:45:03 +0200
parents a9d518b1271b
children 8cc12c8d7842
comparison
equal deleted inserted replaced
18345:36a844120cd6 18346:5b12fd0c39c3
442 call delete('Xtest.vim') 442 call delete('Xtest.vim')
443 exe buf .. 'bwipe!' 443 exe buf .. 'bwipe!'
444 endfunc 444 endfunc
445 445
446 func Test_list_mappings() 446 func Test_list_mappings()
447 " Remove default Mac mapping 447 " Remove default mappings
448 silent! iunmap <D-v> 448 imapclear
449 449
450 inoremap <C-M> CtrlM 450 inoremap <C-M> CtrlM
451 inoremap <A-S> AltS 451 inoremap <A-S> AltS
452 inoremap <S-/> ShiftSlash 452 inoremap <S-/> ShiftSlash
453 call assert_equal([ 453 call assert_equal([