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

Auto toggle sign column #32

Closed
arcticicestudio opened this issue Aug 3, 2017 · 0 comments
Closed

Auto toggle sign column #32

arcticicestudio opened this issue Aug 3, 2017 · 0 comments

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Aug 3, 2017

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 signs are available to display.

This improvement 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 (comment)

References:

  • :help signcolumn
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Aug 3, 2017
@arcticicestudio arcticicestudio self-assigned this Aug 3, 2017
arcticicestudio added a commit that referenced this issue Aug 3, 2017
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 added a commit that referenced this issue Aug 3, 2017
…ggle-sign-column

Enable sign column auto toggle
@arcticicestudio arcticicestudio removed their assignment Sep 23, 2017
jamesiain added a commit to jamesiain/rcm-dotfiles-local that referenced this issue Feb 28, 2018
Vim 8 adds a new option where the sign column can be always visible
(yes), always hidden (no) or automatically toggled (auto) when signs are
available to display. Prefer the more generic option over the plugin
specific one, and set to automatically toggle.

More details:
arcticicestudio/igloo#32
airblade/vim-gitgutter@dc73a81
airblade/vim-gitgutter#431 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant