:lnoremap mappings should not be remapped when replaying a recording

This commit is contained in:
Matthew Malcomson 2017-06-02 15:23:18 +01:00
parent 9beaf84d2f
commit e01f35c4bb

View File

@ -181,8 +181,10 @@ describe("'keymap' / :lmap", function()
command('lmapclear')
command('lnoremap l a')
command('imap a x')
feed('il<esc>')
feed('qail<esc>q')
expect('alllaaa')
feed('@a')
expect('aalllaaa')
end)
it("is applied when using f/F t/T", function()
feed('flx')