mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
:lnoremap mappings should not be remapped when replaying a recording
This commit is contained in:
parent
9beaf84d2f
commit
e01f35c4bb
@ -181,8 +181,10 @@ describe("'keymap' / :lmap", function()
|
|||||||
command('lmapclear')
|
command('lmapclear')
|
||||||
command('lnoremap l a')
|
command('lnoremap l a')
|
||||||
command('imap a x')
|
command('imap a x')
|
||||||
feed('il<esc>')
|
feed('qail<esc>q')
|
||||||
expect('alllaaa')
|
expect('alllaaa')
|
||||||
|
feed('@a')
|
||||||
|
expect('aalllaaa')
|
||||||
end)
|
end)
|
||||||
it("is applied when using f/F t/T", function()
|
it("is applied when using f/F t/T", function()
|
||||||
feed('flx')
|
feed('flx')
|
||||||
|
Loading…
Reference in New Issue
Block a user