<?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>Sam Inverso &#187; Vim</title>
	<atom:link href="http://www.saminverso.com/category/vim/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saminverso.com</link>
	<description>Not a Substitute for Human Interaction</description>
	<lastBuildDate>Sat, 03 Jul 2010 15:50:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Vim: Search and Replace in All Buffers</title>
		<link>http://www.saminverso.com/2007/05/09/search-and-replace-in-all-buffers</link>
		<comments>http://www.saminverso.com/2007/05/09/search-and-replace-in-all-buffers#comments</comments>
		<pubDate>Wed, 09 May 2007 02:40:02 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://www.saminverso.com/2007/05/09/search-and-replace-in-all-buffers/</guid>
		<description><![CDATA[Vim: Search and replace in all buffers :bufdo %s/pattern/substitution/ge &#124; update bufdo: applies the following command to all buffers. %s: means search and replace the whole file g: change all instances in a line e: avoids the error when the pattern doesn&#8217;t exist in a file update: writes the file only if changes were made [...]]]></description>
			<content:encoded><![CDATA[<p>Vim: Search and replace in all buffers<br />
<code>:bufdo %s/pattern/substitution/ge | update</code><br />
bufdo: applies the following command to all buffers.<br />
%s: means search and replace the whole file<br />
g: change all instances in a line<br />
e: avoids the error when the pattern doesn&#8217;t exist in a file<br />
update: writes the file only if changes were made<br />
See also <code>:argdo</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saminverso.com/2007/05/09/search-and-replace-in-all-buffers/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
