Make the references to features in the help more consistent. (Sylvain Hitier)
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 55249d8..56a96d7 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -527,7 +527,7 @@
6. Virtual Replace mode *vreplace-mode* *Virtual-Replace-mode*
Enter Virtual Replace mode with the "gR" command in normal mode.
-{not available when compiled without the +vreplace feature}
+{not available when compiled without the |+vreplace| feature}
{Vi does not have Virtual Replace mode}
Virtual Replace mode is similar to Replace mode, but instead of replacing
@@ -1781,7 +1781,7 @@
or script is finished.
This command does not work from |:normal|.
{not in Vi}
- {not available when compiled without the +ex_extra
+ {not available when compiled without the |+ex_extra|
feature}
*:stopi* *:stopinsert*
@@ -1800,14 +1800,14 @@
script that the replacement will only start after
the function or script is finished.
{not in Vi}
- {not available when compiled without the +ex_extra
+ {not available when compiled without the |+ex_extra|
feature}
*:startgreplace*
:startg[replace][!] Just like |:startreplace|, but use Virtual Replace
mode, like with |gR|.
{not in Vi}
- {not available when compiled without the +ex_extra
+ {not available when compiled without the |+ex_extra|
feature}
==============================================================================