This enables a family of word-related text object commands such as: "ciw", "diw", "viw" etc.
Fixes https://github.com/geany/geany-plugins/issues/1155. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1240
-- Commit Summary --
* vimode: Refactor motion-word.c so the motion commands can be reused * vimode: implement "iw", "ow", "iW" and "oW" text objects
-- File Changes --
M vimode/README (4) M vimode/src/cmd-runner.c (4) M vimode/src/cmds/motion-word.c (323) M vimode/src/cmds/motion-word.h (3) M vimode/src/cmds/txtobjs.c (44) M vimode/src/cmds/txtobjs.h (4)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1240.patch https://github.com/geany/geany-plugins/pull/1240.diff