diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2022-09-15 12:14:32 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-09-15 12:14:32 -0600 |
commit | e867ab7ec24ae61f437b2dc928aff095c2ac4022 (patch) | |
tree | 692eb718c0e00846d6f2424c4b8685f495b77d65 /autoload/hints | |
parent | 1ce32ad32e0006fbc7fe3e5e82f400ee0f7d52fa (diff) | |
download | fieldmarshal.vim-e867ab7ec24ae61f437b2dc928aff095c2ac4022.tar.gz fieldmarshal.vim-e867ab7ec24ae61f437b2dc928aff095c2ac4022.tar.bz2 fieldmarshal.vim-e867ab7ec24ae61f437b2dc928aff095c2ac4022.zip |
command.vim: change g: semantics
instead of starting a command around a text object, repeat the last
ranged command around that text object.
So one can now do something like
vip:sort<cr>
to sort the current paragraph, and then that command can be repeated
on a different paragraph with g:ip, and then the command is
dot-repeatable.
Diffstat (limited to 'autoload/hints')
0 files changed, 0 insertions, 0 deletions