-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add user command TrimNow and config.trim_on_write (#16)
* add user command TrimNow and config.trim_on_write - add function based on previous update: . TrimNow: user command to call directly . trim_on_write: config option to control the initial state - compatability change: . config.disable rename to config.blacklist * user command rename: TrimNow -> Trim * move fstype check from trim() to BufWritePre cb - manually Trim should work on all files * fix config compatability: map disable to blacklist - use `disable` if present when `blacklist` not set * config rename: blacklist -> ft_blocklist
- Loading branch information
Showing
3 changed files
with
34 additions
and
7 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
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