summaryrefslogtreecommitdiff
path: root/runtime/doc/vim.1
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/vim.1')
-rw-r--r--runtime/doc/vim.18
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/vim.1 b/runtime/doc/vim.1
index 69c6d308b..cdf71ac3b 100644
--- a/runtime/doc/vim.1
+++ b/runtime/doc/vim.1
@@ -84,7 +84,7 @@ Mostly this is used for C programs, in which case {tag} could be a function
name.
The effect is that the file containing that function becomes the current file
and the cursor is positioned on the start of the function.
-See ":help tag-commands".
+See ":help tag\-commands".
.TP
\-q [errorfile]
Start in quickFix mode.
@@ -137,7 +137,7 @@ If "num" is missing, the cursor will be positioned on the last line.
+/{pat}
For the first file the cursor will be positioned on the
first occurrence of {pat}.
-See ":help search-pattern" for the available search patterns.
+See ":help search\-pattern" for the available search patterns.
.TP
+{command}
.TP
@@ -371,7 +371,7 @@ See ":help initialization" within vim for more details.
Use the commands in the file {gvimrc} for GUI initializations.
All the other GUI initializations are skipped.
It can also be used to skip all GUI initializations by giving the name "NONE".
-See ":help gui-init" within vim for more details.
+See ":help gui\-init" within vim for more details.
.TP
\-V[N]
Verbose. Give messages about which files are sourced and for reading and
@@ -469,7 +469,7 @@ Type ":help" in
to get started.
Type ":help subject" to get help on a specific subject.
For example: ":help ZZ" to get help for the "ZZ" command.
-Use <Tab> and CTRL\-D to complete subjects (":help cmdline\-completion").
+Use <Tab> and CTRL-D to complete subjects (":help cmdline\-completion").
Tags are present to jump from one place to another (sort of hypertext links,
see ":help").
All documentation files can be viewed in this way, for example