Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-24 | Drop use of dash | Kyle Meyer | |
2020-09-01 | Update copyright years | Kyle Meyer | |
2020-04-13 | Update URL values for repository move | Kyle Meyer | |
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2019-01-15 | Update copyright years | Kyle Meyer | |
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2018-01-13 | Update copyright years | Kyle Meyer | |
2017-08-02 | diff-review: Fix function for comment movement | Kyle Meyer | |
Rework km/diff-review-next-comment's move procedure to avoid an error when the buffer doesn't contain any comments and to short-circuit the recursion when the search function fails. This also introduces a change in behavior when N exceeds the number of comment blocks before/after point: instead of always positioning point at the start of the block, point is positioned at the end of the block for forward movement and the start of the block for backward movement. | |||
2017-07-01 | diff-review: Add open-line variant | Kyle Meyer | |
2017-07-01 | diff-review: Add commands to move to the previous/next comment | Kyle Meyer | |
2017-07-01 | diff-review: Extract bounds logic into separate function | Kyle Meyer | |
The same calculation will be useful in the next commit, which adds commands for moving to the next/previous comment. | |||
2017-07-01 | diff-review-mode: Show mode map in docstring | Kyle Meyer | |
An upcoming commit will add commands for going to the next/previous comment. | |||
2017-07-01 | diff-review: Add more docstrings | Kyle Meyer | |
2017-07-01 | diff-review-as-mail: Anchor regexp search | Kyle Meyer | |
2017-04-12 | Add mode for reviewing diffs | Kyle Meyer | |
2016-02-25 | Add diff-current-buffer-with-file command | Kyle Meyer | |
2016-02-15 | ediff: Restore window configuration | Kyle Meyer | |
2016-02-14 | diff: Add diff-with-other-window command | Kyle Meyer | |
2016-02-14 | diff: Add command to lock buffer name | Kyle Meyer | |
2016-02-14 | diff: Don't use custom diff command | Kyle Meyer | |
2016-01-12 | Rewrite configuration with use-package | Kyle Meyer | |