[Github-comments] [geany/geany-plugins] vimode: add some more ex commands (#1105)
Jiří Techet
notifications at xxxxx
Thu Sep 2 15:27:54 UTC 2021
These patches add the following ex commands:
```
:y[ank]
:pu[t]
:u[ndo]
:red[o]
:<
:>
:d[elete]
:j[oin]
:co[py]
:m[ove]
```
Fixes the `:delete` command missing part of #1060.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1105
-- Commit Summary --
* vimode: move excmds.c/h to cmds directory so we can include headers from there
* vimode: add a few extra excmd commands
* vimode: add :copy and :move ex commands
-- File Changes --
M vimode/src/Makefile.am (4)
M vimode/src/cmd-params.c (2)
A vimode/src/cmds/excmds.c (163)
R vimode/src/cmds/excmds.h (14)
M vimode/src/excmd-params.h (2)
M vimode/src/excmd-runner.c (33)
D vimode/src/excmds/excmds.c (66)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1105.patch
https://github.com/geany/geany-plugins/pull/1105.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/1105
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210902/2067742b/attachment.htm>
More information about the Github-comments
mailing list