aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2020-08-09 16:19:11 +0200
committerGitHub <noreply@github.com>2020-08-09 16:19:11 +0200
commit602e7505e2cd47ce0f45236a5175709d8ce2c489 (patch)
tree64a4c0408200bc3af4bbe24819dfe9c20fae75ef /runtime
parent1869f86e358b64eae69bbd004ab4822bdcc54870 (diff)
parent73340c1ce2ac44acd1604536ab9097f19b62e4ae (diff)
downloadrneovim-602e7505e2cd47ce0f45236a5175709d8ce2c489.tar.gz
rneovim-602e7505e2cd47ce0f45236a5175709d8ce2c489.tar.bz2
rneovim-602e7505e2cd47ce0f45236a5175709d8ce2c489.zip
Merge pull request #12621 from Shougo/vim-8.1.1564
[RDY] vim-patch:8.1.1564, 1570, 1623, 1712 : sign column takes up space
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index e1beea0fed..29f4abf250 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5553,6 +5553,8 @@ A jump table for the options with a short description can be found at |Q_op|.
"yes" always
"yes:[1-9]" always, with fixed space for signs up to the given
number (maximum 9), e.g. "yes:3"
+ "number" display signs in the 'number' column. If the number
+ column is not present, then behaves like 'auto'.
*'smartcase'* *'scs'* *'nosmartcase'* *'noscs'*