aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-06-07 10:32:28 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-06-07 10:32:28 -0400
commit8849c209cc0ae94d60a814b55397d80c2c16a185 (patch)
tree28c9274437a8ec9d4f79c6cb5a99d4da2763c5c7 /runtime/doc/options.txt
parentd9660184665a3e3bac5feecb4b4b5680012329d4 (diff)
parent18cbe74af75c69e20dce9e2589649dab4b6ae81e (diff)
downloadrneovim-8849c209cc0ae94d60a814b55397d80c2c16a185.tar.gz
rneovim-8849c209cc0ae94d60a814b55397d80c2c16a185.tar.bz2
rneovim-8849c209cc0ae94d60a814b55397d80c2c16a185.zip
Merge #4888 from jamessan/vim-13d5aee
vim-patch:13d5aee,705ada1,298b440,5e9b2fa,7c764f7,681baaf,cbebd48
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index b064803161..feabedeec6 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.4. Last change: 2016 Jan 19
+*options.txt* For Vim version 7.4. Last change: 2016 Feb 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5957,7 +5957,7 @@ A jump table for the options with a short description can be found at |Q_op|.
The option consists of printf style '%' items interspersed with
normal text. Each status line item is of the form:
%-0{minwid}.{maxwid}{item}
- All fields except the {item} is optional. A single percent sign can
+ All fields except the {item} are optional. A single percent sign can
be given as "%%". Up to 80 items can be specified. *E541*
When the option starts with "%!" then it is used as an expression,