mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
Merge pull request #25724 from luukvbaal/signmerge
refactor(sign): move legacy signs to extmarks
This commit is contained in:
6
runtime/lua/vim/_meta/options.lua
generated
6
runtime/lua/vim/_meta/options.lua
generated
@@ -5923,12 +5923,6 @@ vim.go.siso = vim.go.sidescrolloff
|
||||
--- "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.
|
||||
---
|
||||
--- @type string
|
||||
vim.o.signcolumn = "auto"
|
||||
vim.o.scl = vim.o.signcolumn
|
||||
|
||||
Reference in New Issue
Block a user