summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-07 16:24:12 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-07 16:24:12 +0200
commit30e9b3c4256710781c3bd64efb33f138e4e074b3 (patch)
treed67de0508b255d8903b174c086da4d1386ccd5ea /runtime/doc/starting.txt
parentfa90d70884ee208966b84052080a7d5eeb8ac2d5 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 7597662e3d..1626bf19b5 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -152,8 +152,8 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
This can be used to find out where time is spent while loading
your .vimrc, plugins and opening the first file.
When {fname} already exists new messages are appended.
- (Only available when compiled with the |+startuptime|
- feature).
+ {only available when compiled with the |+startuptime|
+ feature}
*--literal*
--literal Take file names literally, don't expand wildcards. Not needed
@@ -311,10 +311,10 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
-l Lisp mode. Sets the 'lisp' and 'showmatch' options on.
*-A*
--A Arabic mode. Sets the 'arabic' option on. (Only when
+-A Arabic mode. Sets the 'arabic' option on. {only when
compiled with the |+arabic| features (which include
|+rightleft|), otherwise Vim gives an error message
- and exits.)
+ and exits}
*-F*
-F This was used for Farsi mode, which has been removed.
@@ -322,8 +322,8 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
*-H*
-H Hebrew mode. Sets the 'hkmap' and 'rightleft' options on.
- (Only when compiled with the |+rightleft| feature, otherwise
- Vim gives an error message and exits.)
+ {only when compiled with the |+rightleft| feature, otherwise
+ Vim gives an error message and exits}
*-V* *verbose*
-V[N] Verbose. Sets the 'verbose' option to [N] (default: 10).