| commit | 398d53decf7e02550b45a6f5c46fa02e08bb99fe | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 15:45:52 2013 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 01 15:45:52 2013 +0200 |
| tree | b31935cf423e40a722909c3fe1edbcbcbcfae52f | |
| parent | 1b1b09449fffbbfc7598101f515819407a14d920 [diff] |
updated for version 7.4b.002
Problem: Crash searching for \%(\%(\|\d\|-\|\.\)*\|\*\). (Marcin
Szamotulski) Also for \(\)*.
Solution: Do add a state for opening parenthesis, so that we can check if it
was added before at the same position.