Re: Repeatable crash in regular expression search
It seems that typing /^* [1] with viemu loaded causes Visual Studio (2005) to crash, and also, regular expressions with the ^ character don't seem to work as expected. In vim, regular expressions beginning with ^ ignore leading whitespace, while in viemu, the whitespace must be included as a part of the regular expression.
[1] In vim, the asterisk is treated as if it were escaped in this situation, so this search should find all lines beginning with the asterisk character.