Make the code more robust to wrong g:remotions_motions values.
In particular g:remotions_motions = { 'TtFf' : [] }
induced by:
vim.g.remotions_motions = { TtFf = {}}
Make sure custom t
, T
, f
, F
mappings are not overridden (if defined) (issue #8)
Prevent the warning message to appear (issue #7):
Error detected while processing function <SNR>183_RepeatMotion:
line 15:
E1206: Dictionary required for argument 1
Correct the hijacking of global mapping.
Add motion
and motion_plug
option.
Add support for leap
Initial version