From d39361f5e014072eb3ade1999d80bdd9dd0f0e98 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 13 Aug 2023 07:10:43 +0800 Subject: vim-patch:9.0.1698: Test_map_restore_sid fails in GUI (#24682) Problem: Test_map_restore_sid fails in GUI Solution: Feed an unsimplified Ctrl-B closes: vim/vim#12770 https://github.com/vim/vim/commit/7fe108990423535fa7cb804deae49d64831e25a9 --- test/old/testdir/test_maparg.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/old/testdir/test_maparg.vim b/test/old/testdir/test_maparg.vim index 46b65d45cf..1837511990 100644 --- a/test/old/testdir/test_maparg.vim +++ b/test/old/testdir/test_maparg.vim @@ -339,7 +339,7 @@ func Test_map_restore_sid() new source Xmapscript inoremap call RestoreMap() - call feedkeys("i\\\", 'xt') + call feedkeys("i\\<*C-B>\", 'xt') call assert_equal(['', '42', '42'], getline(1, '$')) bwipe! -- cgit