[Github-comments] [geany/geany-plugins] vimode: Enable '.' to also repeat last inserted text (#1102)

Jiří Techet notifications at xxxxx
Tue Aug 31 10:29:05 UTC 2021


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<esc>

we can reuse the code also for the '.' command.

Fixes #1011 
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany-plugins/pull/1102

-- Commit Summary --

  * vimode: Enable '.' to also repeat last inserted text

-- File Changes --

    M vimode/src/cmd-runner.c (23)
    M vimode/src/vi.c (6)

-- Patch Links --

https://github.com/geany/geany-plugins/pull/1102.patch
https://github.com/geany/geany-plugins/pull/1102.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1102
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210831/5659776c/attachment.htm>


More information about the Github-comments mailing list