summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-12 22:54:35 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-12 22:54:35 +0200
commit0952131376a517fc12dc5ae908a97018b4ee23f0 (patch)
tree937cfa4e0fd89164703af30695387707b4897e42 /runtime/doc/options.txt
parentb5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 58f71ac6b9..59402ed52f 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6744,8 +6744,10 @@ A jump table for the options with a short description can be found at |Q_op|.
{not in Vi}
{not available when compiled without the |+signs|
feature}
- Whether or not to draw the signcolumn. "auto" means it will only be
- drawn when there is a sign to display.
+ Whether or not to draw the signcolumn. Valid values are:
+ "auto" only when there is a sign to display
+ "no" never
+ "yes" always
*'smartcase'* *'scs'* *'nosmartcase'* *'noscs'*