aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMatthieu Coudron <teto@users.noreply.github.com>2021-01-23 22:46:29 +0100
committerGitHub <noreply@github.com>2021-01-23 22:46:29 +0100
commit69103ff0cf9e23e4f003c9f22f482b3d52bf7892 (patch)
treea304e3136e388666a85c3179c20fc128d703cc4c /runtime
parent444e60ab39ec44a51aa3606f007c9272743df6c9 (diff)
parent83ea08ddf30d6a2f5e4e8108fd546aa94aa0af94 (diff)
downloadrneovim-69103ff0cf9e23e4f003c9f22f482b3d52bf7892.tar.gz
rneovim-69103ff0cf9e23e4f003c9f22f482b3d52bf7892.tar.bz2
rneovim-69103ff0cf9e23e4f003c9f22f482b3d52bf7892.zip
Merge pull request #13807 from spywhere/min-size-auto-sign
Auto sign column with minimum size support
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 2a757bbed9..a497efa47e 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5536,6 +5536,12 @@ A jump table for the options with a short description can be found at |Q_op|.
"auto" only when there is a sign to display
"auto:[1-9]" resize to accommodate multiple signs up to the
given number (maximum 9), e.g. "auto:4"
+ "auto:[1-8]-[2-9]"
+ resize to accommodate multiple signs up to the
+ given maximum number (maximum 9) while keeping
+ at least the given minimum (maximum 8) fixed
+ space. The minimum number should always be less
+ than the maximum number, e.g. "auto:2-5"
"no" never
"yes" always
"yes:[1-9]" always, with fixed space for signs up to the given