Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable sign column auto toggle #33

Merged
merged 1 commit into from
Aug 3, 2017

Conversation

arcticicestudio
Copy link
Owner

Closes #32

Vim 8 introduced a new option to configure the state of the sign column
to be always visible ("yes"), always hidden ("no") or to automatically
toggle ("auto") when there are signs available to display.

This change is related to the warning message added to
"airblade/vim-gitgutter@dc73a81" which also advises to remove the custom
option "g:gitgutter_sign_column_always = 1" and use
"set signcolumn = auto" instead, described by the plugin owner in
"airblade/vim-gitgutter#431" "airblade/vim-gitgutter#431 (comment)).

References:
:help signcolumn

GH-32
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Aug 3, 2017
@arcticicestudio arcticicestudio self-assigned this Aug 3, 2017
@arcticicestudio arcticicestudio merged commit e08a776 into develop Aug 3, 2017
@arcticicestudio arcticicestudio deleted the improvement/gh-32-auto-toggle-sign-column branch August 3, 2017 18:01
@arcticicestudio arcticicestudio removed their assignment Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant