<?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>David Hrbáč &#187; vim</title>
	<atom:link href="http://www.hrbac.cz/category/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hrbac.cz</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 17 Jan 2012 21:43:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>VIM macro to add changelog entry within spec file</title>
		<link>http://www.hrbac.cz/2009/09/vim-macro-to-add-changelog-entry-within-spec-file/</link>
		<comments>http://www.hrbac.cz/2009/09/vim-macro-to-add-changelog-entry-within-spec-file/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 14:21:03 +0000</pubDate>
		<dc:creator>David Hrbáč</dc:creator>
				<category><![CDATA[rpm]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.hrbac.cz/?p=75</guid>
		<description><![CDATA[Editing spec files is somewhat time-consuming repetitive task. It&#8217;s good to add a change log entry every time you rebuild srpm package. One can do it typing it all over the times. Someone can use the maco. I do use this one: nmap ,cl /%changelog&#60;CR&#62;:r!date +'\%a \%b \%d \%Y'&#60;CR&#62;0i* &#60;ESC&#62;$a David Hrbáč &#60;my@email.tld&#62; - Simply [...]]]></description>
			<content:encoded><![CDATA[<p>Editing spec files is somewhat time-consuming repetitive task. It&#8217;s good to add a change log entry every time you rebuild srpm package. One can do it typing it all over the times. Someone can use the maco. I do use this one:</p>
<pre>nmap ,cl /%changelog&lt;CR&gt;:r!date +'\%a \%b \%d \%Y'&lt;CR&gt;0i* &lt;ESC&gt;$a David Hrbáč &lt;my@email.tld&gt; -</pre>
<p>Simply add this line to you .vimrc file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hrbac.cz/2009/09/vim-macro-to-add-changelog-entry-within-spec-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

