<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ViEmu Forums - Repeatable crash in regular expression search]]></title>
		<link>http://www.viemu.com/forum/viewtopic.php?id=7</link>
		<description><![CDATA[The most recent posts in Repeatable crash in regular expression search.]]></description>
		<lastBuildDate>Tue, 28 Feb 2006 09:24:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Repeatable crash in regular expression search]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=31#p31</link>
			<description><![CDATA[<p>No problem, let me know if it happens again.</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Tue, 28 Feb 2006 09:24:46 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=31#p31</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeatable crash in regular expression search]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=30#p30</link>
			<description><![CDATA[<p>Strange. I installed a clean version of vim and that is no longer happening. It must have been something I did. Sorry about the confusion.</p>]]></description>
			<author><![CDATA[dummy@example.com (jamarcus)]]></author>
			<pubDate>Tue, 28 Feb 2006 01:01:40 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=30#p30</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeatable crash in regular expression search]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=28#p28</link>
			<description><![CDATA[<p>And still &quot;^a&quot; matches a line starting like &quot;&nbsp; &nbsp;abc&quot;, that is, with spaces?</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Sat, 18 Feb 2006 21:13:32 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=28#p28</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeatable crash in regular expression search]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=27#p27</link>
			<description><![CDATA[<p>:g/^$/d only removes completely empty lines for me, too. (It doesn&#039;t remove lines with whitespace). As far as I can tell, I don&#039;t have any options set that would affect this.</p>]]></description>
			<author><![CDATA[dummy@example.com (jamarcus)]]></author>
			<pubDate>Sat, 18 Feb 2006 18:10:41 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=27#p27</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeatable crash in regular expression search]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=26#p26</link>
			<description><![CDATA[<p>jamarcus, I&#039;ve checked, and (my) vim only matches ^ at column zero.</p><p>If it weren&#039;t this way, :g/^$/d wouldn&#039;t work as an idiom to remove all completely empty lines.</p><p>It&#039;s maybe a :set option, would be good to know which one - else I&#039;ll try to find it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Wed, 15 Feb 2006 16:20:29 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=26#p26</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeatable crash in regular expression search]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=25#p25</link>
			<description><![CDATA[<p>Actually, there are two ViEmu problems there. One is that ViEmu&#039;s regular expression engine lacks a protection measure that vim does: repeat-specifiers on atoms that can match with zero-width. That gets the engine into an infinite loop, crashing the environment./</p><p>The other problem is that I didn&#039;t know ^ could match anywhere but at &#039;hard-bol&#039; (the way I tend to call column zero, hard-beginning-of-line, as opposed to soft-beginning-of-line which is where the ^ motion takes you). An oversight on my part, and as I followed vim&#039;s documentation literally when implementing the regex engine, which doesn&#039;t mention it AFAIR, it ended up this way.</p><p>I&#039;ll post here when I have a fix for both issues.</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Mon, 13 Feb 2006 22:18:38 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=25#p25</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeatable crash in regular expression search]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=23#p23</link>
			<description><![CDATA[<p>It seems that typing /^* [1] with viemu loaded causes Visual Studio (2005) to crash, and also, regular expressions with the ^ character don&#039;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.</p><p>[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.</p>]]></description>
			<author><![CDATA[dummy@example.com (jamarcus)]]></author>
			<pubDate>Mon, 13 Feb 2006 21:42:43 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=23#p23</guid>
		</item>
	</channel>
</rss>
