aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-20 00:47:27 +0100
committerGitHub <noreply@github.com>2017-03-20 00:47:27 +0100
commit091a99afd43126d5e25fd6ea3f19f531a1b5cb9c (patch)
treeb9cebfa51815137e8c26b9d3581106e551aba81d /runtime
parent0cab62ad6fc642c06e4249dccac092dd71b0cb3e (diff)
parent2f54d6927cc02484b528a5e8b25b64c8d6580ddd (diff)
downloadrneovim-091a99afd43126d5e25fd6ea3f19f531a1b5cb9c.tar.gz
rneovim-091a99afd43126d5e25fd6ea3f19f531a1b5cb9c.tar.bz2
rneovim-091a99afd43126d5e25fd6ea3f19f531a1b5cb9c.zip
Merge #6318 from justinmk/pr6244
test/legacy: fix test_normal.vim
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 23d8287a2c..29de35805e 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -2731,7 +2731,7 @@ A jump table for the options with a short description can be found at |Q_op|.
*'formatprg'* *'fp'*
'formatprg' 'fp' string (default "")
- global
+ global or local to buffer |global-local|
The name of an external program that will be used to format the lines
selected with the |gq| operator. The program must take the input on
stdin and produce the output on stdout. The Unix program "fmt" is