| commit | 6082bea6acae266c392cd25317414cf3a167a596 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue May 13 18:04:00 2014 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue May 13 18:04:00 2014 +0200 |
| tree | adf727caaa915e6fe1ea0d967e9610ada0e5f121 | |
| parent | 6e13207d82aa925e39eabc0f190c8696481fdf04 [diff] |
updated for version 7.4.292
Problem: Searching for "a" does not match accented "a" with new regexp
engine, does match with old engine. (David Bürgin)
"ca" does not match "ca" with accented "a" with either engine.
Solution: Change the old engine, check for following composing character
also for single-byte patterns.