summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2011-07-20 17:58:20 +0200
committerBram Moolenaar <bram@vim.org>2011-07-20 17:58:20 +0200
commit6290f1951d99edbf2710baebc5cd6de3a0e963c0 (patch)
treef9faef91e73af4a8a9cc726e23d441bcaf585c70 /runtime
parent62c73ac1770f58d9467d2b791bef80f875d4bc0f (diff)
downloadvim-6290f1951d99edbf2710baebc5cd6de3a0e963c0.tar.gz
updated for version 7.3.259v7.3.259v7-3-259
Problem: Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/pattern.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt
index 9930a3b8..1c7feed2 100644
--- a/runtime/doc/pattern.txt
+++ b/runtime/doc/pattern.txt
@@ -1036,11 +1036,9 @@ x A single character, with no special meaning, matches itself
These items only work for 8-bit characters.
*/[[=* *[==]*
- An equivalence class. This means that characters are matched that
- have almost the same meaning, e.g., when ignoring accents. The form
- is:
+ have almost the same meaning, e.g., when ignoring accents. This
+ only works for Unicode, latin1 and latin9. The form is:
[=a=]
- Currently this is only implemented for latin1. Also works for the
- latin1 characters in utf-8 and latin9.
*/[[.* *[..]*
- A collation element. This currently simply accepts a single
character in the form: