| commit | 0e462411cafdd908356792b2c229ab6369103bca | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Mar 31 14:17:31 2015 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 31 14:17:31 2015 +0200 |
| tree | d99ddbdce3dbeb5860aba70fbcef91fbdb2fc196 | |
| parent | e5c421cfd70a4d864faa0fac4e9f2dd6cdf5881d [diff] |
updated for version 7.4.685
Problem: When there are illegal utf-8 characters the old regexp engine may
go past the end of a string.
Solution: Only advance to the end of the string. (Dominique Pelle)