<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Deftly.net &#187; vim</title>
	<atom:link href="http://www.deftly.net/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deftly.net</link>
	<description>I think this stuff is cool!</description>
	<lastBuildDate>Sat, 12 Jun 2010 23:47:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using VIM to make erlang pretty</title>
		<link>http://www.deftly.net/2010/03/12/using-vim-to-make-erlang-pretty/</link>
		<comments>http://www.deftly.net/2010/03/12/using-vim-to-make-erlang-pretty/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 16:18:52 +0000</pubDate>
		<dc:creator>Qbit</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.deftly.net/?p=6</guid>
		<description><![CDATA[I recently read an article ( Which no longer exists ) talking about purtifying erlang. This inspired me to create a quick function in vim to do this for me! Here it is: function! ErlPretty() silent !erl -noshell -eval 'erl_tidy:file("%",[verbose]).' -s erlang halt endfunction nmap ep :execute ErlPretty() Hopefully someone finds it handy!]]></description>
			<content:encoded><![CDATA[<p>I recently read an <a href="http://blog.tornkvist.org/blog.yaws/?id=1233867602690448" target="_blank">article</a> ( Which no longer exists <img src='http://www.deftly.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ) talking about purtifying erlang. This inspired me to create a quick function in vim to do this for me!<br />
Here it is:</p>
<pre>function! ErlPretty()
    silent !erl -noshell -eval 'erl_tidy:file("%",[verbose]).' -s erlang halt
endfunction
nmap ep :execute ErlPretty()</pre>
<p>Hopefully someone finds it handy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deftly.net/2010/03/12/using-vim-to-make-erlang-pretty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
