diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-03 22:14:44 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-03 22:14:44 +0100 |
commit | fa7353428f705f7a13465a1943dddeede4083023 (patch) | |
tree | 9bf592fd671997c4607ff053224f97c1f308df39 /runtime/doc/pattern.txt | |
parent | 24db72958fc91bd067c7d60a4990d09a6f295b48 (diff) | |
download | vim-git-fa7353428f705f7a13465a1943dddeede4083023.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r-- | runtime/doc/pattern.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 0a85322b6..2a3d2c482 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 7.4. Last change: 2015 Dec 26 +*pattern.txt* For Vim version 7.4. Last change: 2016 Jan 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1102,7 +1102,10 @@ x A single character, with no special meaning, matches itself plausible pattern for a UNIX filename: "[-./[:alnum:]_~]\+" That is, a list of at least one character, each of which is either '-', '.', '/', alphabetic, numeric, '_' or '~'. - These items only work for 8-bit characters. + These items only work for 8-bit characters, except [:lower:] and + [:upper:] also work for multi-byte characters when using the new + regexp engine. In the future these items may work for multi-byte + characters. */[[=* *[==]* - An equivalence class. This means that characters are matched that have almost the same meaning, e.g., when ignoring accents. This |