| commit | e06461a82152710961eb7ca40041f3549fee57c9 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 19:53:52 2011 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 19:53:52 2011 +0200 |
| tree | 15d53357d54f7f517502255be359a3a4194711b1 | |
| parent | 725a96219441136809d12202bba9c9c615efe68f [diff] |
updated for version 7.3.336
Problem: When a tags file specifies an encoding different from 'enc' it
may hang and using a pattern doesn't work.
Solution: Convert the whole line. Continue reading the header after the
SORT tag. Add test83. (Yukihiro Nakadaira)