summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-15 13:50:43 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-15 13:50:43 +0200
commitdb84e4599cec635d6255c7beaf2cc9306681f099 (patch)
tree3eae5b8f61583d0de5bcb15e438d0a821bc2a560 /runtime/doc/change.txt
parentd04f4402591c0334b3d86ea1142686d5ffd64944 (diff)
Make the references to features in the help more consistent. (Sylvain Hitier)
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index f3250afe19..639bac5903 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -159,7 +159,7 @@ gR Enter Virtual Replace mode: Each character you type
<Tab> may replace several characters at once.
Repeat the entered text [count]-1 times. See
|Virtual-Replace-mode| for more details.
- {not available when compiled without the +vreplace
+ {not available when compiled without the |+vreplace|
feature}
*c*
@@ -279,7 +279,7 @@ gr{char} Replace the virtual characters under the cursor with
space. See |gR| and |Virtual-Replace-mode| for more
details. As with |r| a count may be given.
{char} can be entered like with |r|.
- {not available when compiled without the +vreplace
+ {not available when compiled without the |+vreplace|
feature}
*digraph-arg*
@@ -622,9 +622,9 @@ The flags that you can use for the substitute commands:
'a' to substitute this and all remaining matches {not in Vi}
'q' to quit substituting {not in Vi}
CTRL-E to scroll the screen up {not in Vi, not available when
- compiled without the +insert_expand feature}
+ compiled without the |+insert_expand| feature}
CTRL-Y to scroll the screen down {not in Vi, not available when
- compiled without the +insert_expand feature}
+ compiled without the |+insert_expand| feature}
If the 'edcompatible' option is on, Vim remembers the [c] flag and
toggles it each time you use it, but resets it when you give a new
search pattern.