You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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#32airblade/vim-gitgutter@dc73a81airblade/vim-gitgutter#431 (comment)
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 useset signcolumn = auto
instead, described by the plugin owner in airblade/vim-gitgutter#431 (comment)References:
:help signcolumn
The text was updated successfully, but these errors were encountered: