From 030417d80bac7fb3e9574b7cb1b81dca8fedda32 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 13 May 2022 11:31:17 +0800 Subject: revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553) This reverts commit 7ac5359143ef25c4c8c0c427d5533f8d5824ed17. This fix can cause more problems than it solves. --- test/functional/ui/input_spec.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/functional') diff --git a/test/functional/ui/input_spec.lua b/test/functional/ui/input_spec.lua index 07582ba602..0f4e97088c 100644 --- a/test/functional/ui/input_spec.lua +++ b/test/functional/ui/input_spec.lua @@ -313,11 +313,6 @@ it('unsimplified mapping works when there was a partial match vim-patch:8.2.4504 expect('xb') end) -it('rhs of a mapping is not simplified', function() - command('nnoremap foo ') - eq('', funcs.maparg('foo')) -end) - describe('input non-printable chars', function() after_each(function() os.remove('Xtest-overwrite') -- cgit