<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: VIM Plugins</title>
	<atom:link href="http://juan.axisym3.net/vim-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://juan.axisym3.net</link>
	<description>Thoughts of just about anything</description>
	<lastBuildDate>Wed, 26 May 2010 15:41:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juan Frias</title>
		<link>http://juan.axisym3.net/vim-plugins/comment-page-1/#comment-105</link>
		<dc:creator>Juan Frias</dc:creator>
		<pubDate>Sat, 06 Feb 2010 04:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://juan.axisym3.net/?page_id=213#comment-105</guid>
		<description>Ah! I see what you mean. Well the patterns it uses for matching are actually regular expressions so you could add this to your &lt;code&gt;.vimrc&lt;/code&gt; to make it &quot;non-greedy&quot;

&lt;code&gt;let g:tlTokenList = [&quot;\\&lt;FIXME\\&gt;&quot;, &quot;\\&lt;TODO\\&gt;&quot;, &quot;\\&lt;XXX\\&gt;&quot;]&lt;/code&gt;

The plugin uses the &lt;i&gt;search()&lt;/i&gt; function so you can use any &lt;a href=&quot;http://vimdoc.sourceforge.net/htmldoc/pattern.html#search-pattern&quot; rel=&quot;nofollow&quot;&gt;{pattern}&lt;/a&gt; you like. See &lt;code&gt;:help pattern&lt;/code&gt; for details.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Ah! I see what you mean. Well the patterns it uses for matching are actually regular expressions so you could add this to your <code>.vimrc</code> to make it &#8220;non-greedy&#8221;</p>
<p><code>let g:tlTokenList = ["\\&lt;FIXME\\&gt;", "\\&lt;TODO\\&gt;", "\\&lt;XXX\\&gt;"]</code></p>
<p>The plugin uses the <i>search()</i> function so you can use any <a href="http://vimdoc.sourceforge.net/htmldoc/pattern.html#search-pattern" rel="nofollow">{pattern}</a> you like. See <code>:help pattern</code> for details.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keramcan</title>
		<link>http://juan.axisym3.net/vim-plugins/comment-page-1/#comment-104</link>
		<dc:creator>keramcan</dc:creator>
		<pubDate>Sat, 06 Feb 2010 03:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://juan.axisym3.net/?page_id=213#comment-104</guid>
		<description>Hi
I meant that it matches every occurences even inside individual words.

For example, Tasklist catches &quot;mytodolist&quot; as a TODO and lists it naturally in the special buffer. I would think that it should only do exact match?</description>
		<content:encoded><![CDATA[<p>Hi<br />
I meant that it matches every occurences even inside individual words.</p>
<p>For example, Tasklist catches &#8220;mytodolist&#8221; as a TODO and lists it naturally in the special buffer. I would think that it should only do exact match?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Frias</title>
		<link>http://juan.axisym3.net/vim-plugins/comment-page-1/#comment-103</link>
		<dc:creator>Juan Frias</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://juan.axisym3.net/?page_id=213#comment-103</guid>
		<description>I am not sure what you mean by &quot;greedy&quot; can you give me an example?</description>
		<content:encoded><![CDATA[<p>I am not sure what you mean by &#8220;greedy&#8221; can you give me an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keramcan</title>
		<link>http://juan.axisym3.net/vim-plugins/comment-page-1/#comment-102</link>
		<dc:creator>keramcan</dc:creator>
		<pubDate>Fri, 05 Feb 2010 05:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://juan.axisym3.net/?page_id=213#comment-102</guid>
		<description>Hi
Thanks for the tasklist.vim it is very helpful. However it is very greedy I mean it does not respect the script formatting of the Tokens. I was wondering if we could get a version that is less greedy when searching for the tokens in the file?

thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks for the tasklist.vim it is very helpful. However it is very greedy I mean it does not respect the script formatting of the Tokens. I was wondering if we could get a version that is less greedy when searching for the tokens in the file?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://juan.axisym3.net/vim-plugins/comment-page-1/#comment-20</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Sat, 23 May 2009 17:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://juan.axisym3.net/?page_id=213#comment-20</guid>
		<description>Hi,

I just want to inform you that a add one global variable to your script &quot;TaskList&quot; and made a change on the &quot;map&quot; option. Of course, in my copy of your plugin. I used t for something else and I added a global variable to be able to change the key mapping in a setting flag.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just want to inform you that a add one global variable to your script &#8220;TaskList&#8221; and made a change on the &#8220;map&#8221; option. Of course, in my copy of your plugin. I used t for something else and I added a global variable to be able to change the key mapping in a setting flag.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
