Fix the ~ expansion regex
authorMikael Magnusson <mikachu@gmail.com>
Fri, 8 Jan 2010 20:07:04 +0000 (21:07 +0100)
committerMikael Magnusson <mikachu@gmail.com>
Fri, 8 Jan 2010 20:07:05 +0000 (21:07 +0100)
commit2b0dfb81cfe60d40827f0231aac9a95adca33137
tree16ebde5ebe45d36e8d10100e77a4b3e9a96e24e8
parentab061f54687c27d5fc835578374705951ee056e0
Fix the ~ expansion regex

The look-around things are fixed-width but the [stuff] is 1 char, and
the $ is 0 so it didn't work.  I already used that trick for the ^,
maybe it used to work due to a bug or smth.
parser/parse.c