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
