aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/input_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-05-13 11:31:17 +0800
committerGitHub <noreply@github.com>2022-05-13 11:31:17 +0800
commit030417d80bac7fb3e9574b7cb1b81dca8fedda32 (patch)
tree49ec69a81ba5abdbc1b47bc7bcddd4de8e23aa1d /test/functional/ui/input_spec.lua
parent233c41cb8cfe1aa5a8520fe6104adacc53c0ece2 (diff)
downloadrneovim-030417d80bac7fb3e9574b7cb1b81dca8fedda32.tar.gz
rneovim-030417d80bac7fb3e9574b7cb1b81dca8fedda32.tar.bz2
rneovim-030417d80bac7fb3e9574b7cb1b81dca8fedda32.zip
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.
Diffstat (limited to 'test/functional/ui/input_spec.lua')
-rw-r--r--test/functional/ui/input_spec.lua5
1 files changed, 0 insertions, 5 deletions
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 <Plug>foo <C-J>')
- eq('<C-J>', funcs.maparg('<Plug>foo'))
-end)
-
describe('input non-printable chars', function()
after_each(function()
os.remove('Xtest-overwrite')