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
@techee pushed 1 commit.
21835b79c34e9967598bf7c862976def62698926 vimode: document the newly added ex commands
@frlan Any chance of merging the vimode plugin pull requests before the release? It would be nice to have them in the next release so vi users have a better experience with the plugin.
@techee Sure. I wanted to review them in detail, but somehow time is not enough :(
I will merge them in good faith ;)
Merged #1105 into master.
Thanks Frank! Yeah, I think it's the plugin developer's responsibility to make sure the commits do the right thing (I guess your responsibility as the geany-plugins maintainer is just to make sure it compiles fine as a whole).
github-comments@lists.geany.org