diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-15 13:50:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-15 13:50:43 +0200 |
commit | db84e4599cec635d6255c7beaf2cc9306681f099 (patch) | |
tree | 3eae5b8f61583d0de5bcb15e438d0a821bc2a560 /runtime/doc/insert.txt | |
parent | d04f4402591c0334b3d86ea1142686d5ffd64944 (diff) | |
download | vim-git-db84e4599cec635d6255c7beaf2cc9306681f099.tar.gz |
Make the references to features in the help more consistent. (Sylvain Hitier)
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 55249d81f..56a96d7b6 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -527,7 +527,7 @@ last one). {Vi does not have the 'expandtab' option} 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 @@ NOTE: These commands cannot be used with |:global| or |:vglobal|. 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 @@ NOTE: These commands cannot be used with |:global| or |:vglobal|. 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} ============================================================================== |