forked from gitgutter/Vim
-
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.
Fix independent toggling of signs in sign column and line highlights.
Note that line highlighting requires signs to be placed (because the line highlight is simply an attribute of a sign). If the user doesn't want to see signs in the sign column, but does want line highlighting, then we make the signs in the sign column invisible. If neither the signs in the sign column nor the line highlights are needed (presumably the user just looks at the hunks stats) then we can remove all signs, at which point Vim removes the sign column...unless the "sign column always" option is set.
- Loading branch information
Showing
2 changed files
with
54 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