aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/keymap_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-28 11:15:30 +0200
committerGitHub <noreply@github.com>2019-07-28 11:15:30 +0200
commitb5c44b66eb05b6489105e023764aa07cb5f8c18f (patch)
tree059e678ffd34e12359b930691eaf831f160bb978 /test/functional/api/keymap_spec.lua
parentf4942a63f93e44470d9a7d979b3fb88408d584d1 (diff)
parent32a6b5601b89b59427baddbf05c31a4e34d4999c (diff)
downloadrneovim-b5c44b66eb05b6489105e023764aa07cb5f8c18f.tar.gz
rneovim-b5c44b66eb05b6489105e023764aa07cb5f8c18f.tar.bz2
rneovim-b5c44b66eb05b6489105e023764aa07cb5f8c18f.zip
Merge #10628 from notomo/vim-8.1.1759
Diffstat (limited to 'test/functional/api/keymap_spec.lua')
-rw-r--r--test/functional/api/keymap_spec.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/api/keymap_spec.lua b/test/functional/api/keymap_spec.lua
index b3f6bb7895..73c55a342c 100644
--- a/test/functional/api/keymap_spec.lua
+++ b/test/functional/api/keymap_spec.lua
@@ -346,11 +346,6 @@ describe('nvim_set_keymap, nvim_del_keymap', function()
to_return.sid = not opts.sid and 0 or opts.sid
to_return.buffer = not opts.buffer and 0 or opts.buffer
- -- mode 't' doesn't print when calling maparg
- if mode == 't' then
- to_return.mode = ''
- end
-
return to_return
end