mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(column): 'statuscolumn' redraw interaction with 'relativenumber'
This commit is contained in:
parent
c6864b0d14
commit
463cb28a22
@ -5937,6 +5937,9 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
when drawing the actual buffer line, and positive when
|
||||
drawing the wrapped part of a buffer line.
|
||||
|
||||
When using |v:relnum|, keep in mind that cursor movement by itself will
|
||||
not cause the 'statuscolumn' to update unless |'relativenumber'| is set.
|
||||
|
||||
NOTE: The %@ click execute function item is supported as well but the
|
||||
specified function will be the same for each row in the same column.
|
||||
It cannot be switched out through a dynamic 'statuscolumn' format, the
|
||||
|
3
runtime/lua/vim/_meta/options.lua
generated
3
runtime/lua/vim/_meta/options.lua
generated
@ -6373,6 +6373,9 @@ vim.go.sol = vim.go.startofline
|
||||
--- when drawing the actual buffer line, and positive when
|
||||
--- drawing the wrapped part of a buffer line.
|
||||
---
|
||||
--- When using `v:relnum`, keep in mind that cursor movement by itself will
|
||||
--- not cause the 'statuscolumn' to update unless `'relativenumber'` is set.
|
||||
---
|
||||
--- NOTE: The %@ click execute function item is supported as well but the
|
||||
--- specified function will be the same for each row in the same column.
|
||||
--- It cannot be switched out through a dynamic 'statuscolumn' format, the
|
||||
|
@ -8035,6 +8035,9 @@ return {
|
||||
when drawing the actual buffer line, and positive when
|
||||
drawing the wrapped part of a buffer line.
|
||||
|
||||
When using |v:relnum|, keep in mind that cursor movement by itself will
|
||||
not cause the 'statuscolumn' to update unless |'relativenumber'| is set.
|
||||
|
||||
NOTE: The %@ click execute function item is supported as well but the
|
||||
specified function will be the same for each row in the same column.
|
||||
It cannot be switched out through a dynamic 'statuscolumn' format, the
|
||||
|
Loading…
Reference in New Issue
Block a user