| commit | c395a3aac26875fd494a98b0a2221a414d9076d7 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Oct 27 13:37:44 2010 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 27 13:37:44 2010 +0200 |
| tree | eaea6f4a0168e811ece59080894633f0fe6d974f | |
| parent | fc3c83e47e22ae510fa5ade38e872ad6d8a21a0a [diff] |
updated for version 7.3.040
Problem: Comparing strings while ignoring case goes beyond end of the
string when there are illegal bytes. (Dominique Pelle)
Solution: Explicitly check for illegal bytes.