diff options
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 9ca1396753..c5dfa91f27 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -7590,12 +7590,6 @@ return { number (maximum 9), e.g. "yes:3" "number" display signs in the 'number' column. If the number column is not present, then behaves like "auto". - - Note regarding "orphaned signs": with signcolumn numbers higher than - 1, deleting lines will also remove the associated signs automatically, - in contrast to the default Vim behavior of keeping and grouping them. - This is done in order for the signcolumn appearance not appear weird - during line deletion. ]=], expand_cb = 'expand_set_signcolumn', full_name = 'signcolumn', |