-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This command allows for ignoring individual buffers so that they do not get autosaved. Accepts an optional `{bufname}` argument to specify a buffer other than the current one. Deleting a buffer (e.g. `:bdelete`) resets its ignored status. Ignore status is stored at `b:sos_ignore`. Also add dedicated API functions for this, as well as functions to enable or disable the entire plugin. These are all found in the `require('sos')` module. Also do some refactoring/cleanup.
- Loading branch information
Showing
11 changed files
with
582 additions
and
348 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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.