Run foreign keys in evil-numbers transient state

This commit is contained in:
Jake Romer 2019-07-05 16:58:01 -04:00 committed by duianto
parent 28adf374fe
commit 7c3d211726
2 changed files with 2 additions and 0 deletions

View File

@ -897,6 +897,7 @@ Other:
- ~G~ go to last candidate
(thanks to duianto)
- Added support for visual line numbers (thanks to jcaw)
- Updated evil-numbers transient state to run foreign keys (thanks to Jake Romer)
- Fixed:
- Fixed ~h~ key binding in compilation and grep buffers
(thanks to Sylvain Benner)

View File

@ -283,6 +283,7 @@
:title "Evil Numbers Transient State"
:doc
"\n[_+_/_=_] increase number [_-_] decrease [0..9] prefix [_q_] quit"
:foreign-keys run
:bindings
("+" evil-numbers/inc-at-pt)
("=" evil-numbers/inc-at-pt)