aboutsummaryrefslogtreecommitdiff
path: root/plugin/commenter.vim
Commit message (Collapse)AuthorAge
* commenter.vim: much better comment handling with fancier regexes.Josh Rahm2022-09-13
|
* commenter.vim: crude text object for editing commentsJosh Rahm2022-09-13
| | | | Adds the text object i/
* fieldmarshal.vim: Add utility function for modifying motionsJosh Rahm2022-09-12
|
* commenter.vim: add commenter to comment out chunks of textJosh Rahm2022-09-12
this uses a new operator 'cd' which can be thought of as 'comment-y delete'