neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit b5837e55e69602ce9716c8c04b1e2cb3188be8a5
parent c3634a02613459c85c228c400513835361ecc44a
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon, 25 Apr 2022 14:38:28 +0800

vim-patch:8.1.2165: mapping test fails on Mac

Problem:    Mapping test fails on Mac.
Solution:   Remove the default Mac mapping.
https://github.com/vim/vim/commit/4f2f61a014e80217a2d6ac476c8f94e250a3d0ff

Diffstat:
Msrc/nvim/testdir/test_mapping.vim | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/nvim/testdir/test_mapping.vim b/src/nvim/testdir/test_mapping.vim @@ -430,6 +430,9 @@ func Test_error_in_map_expr() endfunc func Test_list_mappings() + " Remove default Mac mapping + silent! iunmap <D-v> + inoremap <C-M> CtrlM inoremap <A-S> AltS inoremap <S-/> ShiftSlash