summaryrefslogtreecommitdiffstats
path: root/runtime/doc/digraph.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/digraph.txt
parentd04f4402591c0334b3d86ea1142686d5ffd64944 (diff)
Make the references to features in the help more consistent. (Sylvain Hitier)
Diffstat (limited to 'runtime/doc/digraph.txt')
-rw-r--r--runtime/doc/digraph.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt
index 0f3afff277..373671e778 100644
--- a/runtime/doc/digraph.txt
+++ b/runtime/doc/digraph.txt
@@ -57,8 +57,8 @@ conversion to be available, it might fail. For the NUL character you will see
"10". That's because NUL characters are internally represented with a NL
character. When you write the file it will become a NUL character.
-When Vim was compiled without the +multi_byte feature, you need to specify the
-character in the encoding given with 'encoding'. You might want to use
+When Vim was compiled without the |+multi_byte| feature, you need to specify
+the character in the encoding given with 'encoding'. You might want to use
something like this: >
if has("multi_byte")