aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2024-01-17 07:01:39 +0100
committerGitHub <noreply@github.com>2024-01-17 14:01:39 +0800
commitb3e5587b7f1cd6206240aea38740d2205c10ae34 (patch)
treed80ff30bbb468cf9aed84c0a0c4651a894113778 /src
parent2fce95ec439a1121271798cf00fc8ec9878813fa (diff)
downloadrneovim-b3e5587b7f1cd6206240aea38740d2205c10ae34.tar.gz
rneovim-b3e5587b7f1cd6206240aea38740d2205c10ae34.tar.bz2
rneovim-b3e5587b7f1cd6206240aea38740d2205c10ae34.zip
docs: various fixes (#26929)
Co-authored-by: Patrick Bollinger <owner@pjbollinger.com> Co-authored-by: vilo1839 <139687192+vilo1839@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index 9f5621af41..65f6bc76ba 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -8024,7 +8024,7 @@ return {
The 'statuscolumn' width follows that of the default columns and
adapts to the |'numberwidth'|, |'signcolumn'| and |'foldcolumn'| option
values (regardless of whether the sign and fold items are present).
- Aditionally, the 'statuscolumn' grows with the size of the evaluated
+ Additionally, the 'statuscolumn' grows with the size of the evaluated
format string, up to a point (following the maximum size of the default
fold, sign and number columns). Shrinking only happens when the number
of lines in a buffer changes, or the 'statuscolumn' option is set.