diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-27 17:01:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-27 17:01:56 +0000 |
commit | 3991dab8e0a3815bd5349c1ffa88476819971c48 (patch) | |
tree | cf81e7c822725142320f0ca0721357f34553cfb9 /runtime/doc/vim.1 | |
parent | 899dddf88804af20d560b5277f1ca1bc4dd8e2b3 (diff) | |
download | vim-git-3991dab8e0a3815bd5349c1ffa88476819971c48.tar.gz |
updated for version 7.0cv7.0c
Diffstat (limited to 'runtime/doc/vim.1')
-rw-r--r-- | runtime/doc/vim.1 | 8 |
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 |