-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hook functionality, update docs (#23)
- implement `hook` setting allowing users to pass in arbitrary function to call before reading `commentstring` - format README file with prettier and fix all issues reported by markdownlint - use local variable for `vim.api` - use `<Cmd>` instead of `:` in key mappings to avoid changing modes
- Loading branch information
Showing
3 changed files
with
84 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Changelog | ||
====================== | ||
|
||
2021-07-10 - Add hook function to be called before reading `commentstring` | ||
2021-02-16 - Fix issue with `gv` causing entire buffer range to be acted on | ||
2021-02-12 - Fix issue with motion acting on last visual selection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters