diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-02-13 16:15:55 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-02-13 16:15:55 +0100 |
commit | 00154508de442a1ffa19ab217484f4a50e7536f0 (patch) | |
tree | 0eec4c1be834150eefade1b7104b6e6984fe6742 /runtime/doc/pattern.txt | |
parent | 8fe8d9ed064d1a7c41fc43a565513dc41fd3aaed (diff) | |
download | vim-git-00154508de442a1ffa19ab217484f4a50e7536f0.tar.gz |
Update runtime files.
Add missing test files.
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r-- | runtime/doc/pattern.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 6040ba88f..7565c898e 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -504,7 +504,7 @@ Character classes {not in Vi}: */character-classes* x x a character with no special meaning matches itself |/[]| [] \[] any character specified inside the [] -|/\%[]| \%[] \%[] a sequence of optionally matched atoms +|/\%[]| \%[] \%[] a sequence of optionally matched atoms |/\c| \c \c ignore case, do not use the 'ignorecase' option |/\C| \C \C match case, do not use the 'ignorecase' option |