diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-07-20 17:58:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-07-20 17:58:20 +0200 |
commit | 522f9aebff72b4a2f079ef4e4231e24244ad6b19 (patch) | |
tree | 04d622972fda4c23f21be7c28f3d50bc0f2036ba /runtime/doc/pattern.txt | |
parent | ce35c88adedd855fe9b0a93c9f1d38388fd928f0 (diff) | |
download | vim-522f9aebff72b4a2f079ef4e4231e24244ad6b19.zip |
updated for version 7.3.259
Problem: Equivalence classes only work for latin characters.
Solution: Add the Unicode equivalence characters. (Dominique Pelle)
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r-- | runtime/doc/pattern.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 9930a3b80..1c7feed20 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: |