commit | 8df5acfda9e5a41e643066e044f4adb47bfb83ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 13 19:37:29 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 13 19:37:29 2014 +0200 |
tree | 6542d012af511153305c0c294b737c8ba0c09a4a | |
parent | 6082bea6acae266c392cd25317414cf3a167a596 [diff] [blame] |
updated for version 7.4.293 Problem: It is not possible to ignore composing characters at a specific point in a pattern. Solution: Add the %C item.
diff --git a/src/version.c b/src/version.c index 5efd62d..ed72891 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 293, +/**/ 292, /**/ 291,