<?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: MoinMoin Wiki Syntax Highlighting for VI (VIM)</title>
	<atom:link href="http://www.broofa.com/2007/01/moinmoin-wiki-syntax-highlighting-for-vi-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.broofa.com/2007/01/moinmoin-wiki-syntax-highlighting-for-vi-vim/</link>
	<description>(Thoughtful musings, if you&#039;re lucky)</description>
	<lastBuildDate>Fri, 05 Mar 2010 16:05:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Broofa</title>
		<link>http://www.broofa.com/2007/01/moinmoin-wiki-syntax-highlighting-for-vi-vim/comment-page-1/#comment-378</link>
		<dc:creator>Broofa</dc:creator>
		<pubDate>Wed, 09 Jan 2008 02:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.broofa.com/blog/?p=110#comment-378</guid>
		<description>Drew, sorry about that - I&#039;ve fixed the ^M characters.  By the way, you might find the following Bash function useful - it&#039;s what I use to clean up ^M-tainted files:
cleanse () { 
    for i in $*; do
        tr -d &#039;\r&#039; &lt; &quot;$i&quot; &gt;&quot;$i.cleanse&quot;;
        mv &quot;$i.cleanse&quot; &quot;$i&quot;;
    done
}</description>
		<content:encoded><![CDATA[<p>Drew, sorry about that &#8211; I&#8217;ve fixed the ^M characters.  By the way, you might find the following Bash function useful &#8211; it&#8217;s what I use to clean up ^M-tainted files:<br />
cleanse () {<br />
    for i in $*; do<br />
        tr -d &#8216;\r&#8217; < "$i" >&#8220;$i.cleanse&#8221;;<br />
        mv &#8220;$i.cleanse&#8221; &#8220;$i&#8221;;<br />
    done<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.broofa.com/2007/01/moinmoin-wiki-syntax-highlighting-for-vi-vim/comment-page-1/#comment-377</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Wed, 09 Jan 2008 00:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.broofa.com/blog/?p=110#comment-377</guid>
		<description>I&#039;m using Vim 7.1 under Ubuntu and it didn&#039;t like the ^M characters before the newlines.  It seems the file is using \r\n for new lines?  I did a &#039;tr &quot;\r&quot; &quot;\n&quot;  trac.vim&#039; which gave it extra spacing, but fixed the errors vim gave me.

 In any case, it worked after that, but I was disappointed to see it only has formatting for gui vim.  Terminal vim doesn&#039;t benefit from this file as is.  I&#039;ll just have to add a few of my own codes.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Vim 7.1 under Ubuntu and it didn&#8217;t like the ^M characters before the newlines.  It seems the file is using \r\n for new lines?  I did a &#8216;tr &#8220;\r&#8221; &#8220;\n&#8221;  trac.vim&#8217; which gave it extra spacing, but fixed the errors vim gave me.</p>
<p> In any case, it worked after that, but I was disappointed to see it only has formatting for gui vim.  Terminal vim doesn&#8217;t benefit from this file as is.  I&#8217;ll just have to add a few of my own codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David OCallaghan</title>
		<link>http://www.broofa.com/2007/01/moinmoin-wiki-syntax-highlighting-for-vi-vim/comment-page-1/#comment-223</link>
		<dc:creator>David OCallaghan</dc:creator>
		<pubDate>Thu, 25 Jan 2007 16:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.broofa.com/blog/?p=110#comment-223</guid>
		<description>Hi,

I get a &quot;Forbidden&quot; error accessing http://www.broofa.com/Tools/vim/syntax/moinmoin.vim

I&#039;m one of the maintainers of another Vim syntax file for MoinMoin (http://moinmoin.wikiwikiweb.de/VimHighlighting) and that&#039;s where I first saw your announcement. I&#039;d be interested in seeing if elements of your syntax file could be included.

You might also be interested in using the Mozex or Editus Externus plugins for Firefox to edit wiki textareas in an external editor.

David</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I get a &#8220;Forbidden&#8221; error accessing <a href="http://www.broofa.com/Tools/vim/syntax/moinmoin.vim" rel="nofollow">http://www.broofa.com/Tools/vim/syntax/moinmoin.vim</a></p>
<p>I&#8217;m one of the maintainers of another Vim syntax file for MoinMoin (<a href="http://moinmoin.wikiwikiweb.de/VimHighlighting" rel="nofollow">http://moinmoin.wikiwikiweb.de/VimHighlighting</a>) and that&#8217;s where I first saw your announcement. I&#8217;d be interested in seeing if elements of your syntax file could be included.</p>
<p>You might also be interested in using the Mozex or Editus Externus plugins for Firefox to edit wiki textareas in an external editor.</p>
<p>David</p>
]]></content:encoded>
	</item>
</channel>
</rss>
