From e01f35c4bb95ce81eebdba8c8b53d73964508e73 Mon Sep 17 00:00:00 2001 From: Matthew Malcomson Date: Fri, 2 Jun 2017 15:23:18 +0100 Subject: [PATCH] :lnoremap mappings should not be remapped when replaying a recording --- test/functional/options/keymap_spec.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/functional/options/keymap_spec.lua b/test/functional/options/keymap_spec.lua index ffb76a42bd..ff78348517 100644 --- a/test/functional/options/keymap_spec.lua +++ b/test/functional/options/keymap_spec.lua @@ -181,8 +181,10 @@ describe("'keymap' / :lmap", function() command('lmapclear') command('lnoremap l a') command('imap a x') - feed('il') + feed('qailq') expect('alllaaa') + feed('@a') + expect('aalllaaa') end) it("is applied when using f/F t/T", function() feed('flx')