Currently, '.' only repeats the last command inserted in the command mode
and doesn't repeat text inserted in the (just exited) insert mode which
vim does.
Since we already support commands like
10iwrite_text_to_be_repeated_10_times
we can reuse the code also for the '.' command.
Fixes #1011
https://github.com/geany/geany-plugins/pull/1102
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.