mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 12:04:58 +00:00
Handle 'orphaned signs' on line deletion for signcolumn >= 2
This commit is contained in:
@@ -5555,6 +5555,12 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
"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 appearence not appear weird
|
||||
during line deletion.
|
||||
|
||||
|
||||
*'smartcase'* *'scs'* *'nosmartcase'* *'noscs'*
|
||||
'smartcase' 'scs' boolean (default off)
|
||||
|
||||
Reference in New Issue
Block a user