aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSirisak Lueangsaksri <spywhere@me.com>2021-01-19 23:38:15 +0700
committerSirisak Lueangsaksri <spywhere@me.com>2021-01-20 23:57:21 +0700
commitfcd6eea217d5f12f9c88d81eb5caa94a96fde3d6 (patch)
tree992ec3043c20f07bb54529d1a4b69ca59ca326ef
parentb7d60c04836255a82656b29deb740df2cd9946a2 (diff)
downloadrneovim-fcd6eea217d5f12f9c88d81eb5caa94a96fde3d6.tar.gz
rneovim-fcd6eea217d5f12f9c88d81eb5caa94a96fde3d6.tar.bz2
rneovim-fcd6eea217d5f12f9c88d81eb5caa94a96fde3d6.zip
opt: update docs on signnumber (#13783)
-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