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/various.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/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 59a25cf81..eccd6228a 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -204,8 +204,8 @@ g8 Print the hex values of the bytes used in the for each line. Otherwise it's the same as the ":normal" command without a range. {not in Vi} - Not available when |+ex_extra| feature was disabled at - compile time. + {not available when |+ex_extra| feature was disabled + at compile time} *:sh* *:shell* *E371* :sh[ell] This command starts a shell. When the shell exits @@ -558,7 +558,7 @@ or an autocommand will also display where it was last defined. If it was defined manually then there will be no "Last set" message. When it was defined while executing a function, user command or autocommand, the script in which it was defined is reported. -{not available when compiled without the +eval feature} +{not available when compiled without the |+eval| feature} *K* K Run a program to lookup the keyword under the |