aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/options.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 74808485ba..9f5621af41 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -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