summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-19 20:46:22 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-19 20:46:22 +0200
commit368373e9092da2d609b540afdac998b474441d57 (patch)
treeb1c849bc91035a665489d10e0a8aeb773805ae07 /runtime/doc/options.txt
parenta7781e0516ce0b95afc21ad65bf47571922c022a (diff)
Rename some "python3" symbols to "py3", as the command name.
Documentation updates.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index acfbf60240..776717771a 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3125,12 +3125,15 @@ A jump table for the options with a short description can be found at |Q_op|.
{not available when compiled without the |+eval|
feature}
Expression which is evaluated to format a range of lines for the |gq|
- operator. When this option is empty 'formatprg' is used.
+ operator or automatic formatting (see 'formatoptions'). When this
+ option is empty 'formatprg' is used.
The |v:lnum| variable holds the first line to be formatted.
The |v:count| variable holds the number of lines to be formatted.
The |v:char| variable holds the character that is going to be
- inserted. This can be empty. Don't insert it yet!
+ inserted if the expression is being evaluated due to
+ automatic formatting. This can be empty. Don't insert
+ it yet!
Example: >
:set formatexpr=mylang#Format()