<?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: The Absolute Bare Minimum</title>
	<atom:link href="http://www.derekwyatt.org/vim/the-vimrc-file/the-absolute-bare-minimum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derekwyatt.org</link>
	<description>Vim, OO Design and Piles of Uselessness</description>
	<lastBuildDate>Mon, 30 Aug 2010 07:56:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike B</title>
		<link>http://www.derekwyatt.org/vim/the-vimrc-file/the-absolute-bare-minimum/comment-page-1/#comment-225</link>
		<dc:creator>Mike B</dc:creator>
		<pubDate>Mon, 12 Oct 2009 14:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=22#comment-225</guid>
		<description>wow. wildmenu is *magic*. thanks for the heads up on that one!</description>
		<content:encoded><![CDATA[<p>wow. wildmenu is *magic*. thanks for the heads up on that one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Fritz</title>
		<link>http://www.derekwyatt.org/vim/the-vimrc-file/the-absolute-bare-minimum/comment-page-1/#comment-147</link>
		<dc:creator>Ben Fritz</dc:creator>
		<pubDate>Sun, 27 Sep 2009 14:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=22#comment-147</guid>
		<description>(NOTE: This comment was moved from my old website (derekwyatt.wordpress.com) to this one.  This is a verbatim copy)

Regarding “set hidden”:

While I agree that it is a very useful option for many people, others like me will find that it does not fit into their workflow.

The ‘hidden’ option means that when you abandon a buffer (usually because you open a different file in the same window), Vim will quietly put the still-modified buffer in the background. Eventually, you may have many modified files loaded (but not viewed) in Vim, with no visible indication that this is so. If you don’t remember to check for such “hidden” buffers before doing things like compiling, the results may surprise you.

‘hidden’ is a great option for many, many people, especially people who like to keep a single Vim window open at a time. But there are other ways of working with Vim, including a “Rolodex style” multi-window look, or using the tab pages introduced in Vim 7.0. If you like to keep all your modified buffers visible so you don’t forget them, then ‘hidden’ is probably not for you.

Nevertheless, one of the wonderful things about Vim is that it provides great options to fit almost any work style.

Instead of (or in addition to) ‘hidden’, I’d encourage users to also take a look at ‘confirm’ and ‘autowriteall’. As for this “bare minimum” example, at least explain what ‘hidden’ does.

Great work on all this by the way, Derek. You’ve provided a great resource.</description>
		<content:encoded><![CDATA[<p>(NOTE: This comment was moved from my old website (derekwyatt.wordpress.com) to this one.  This is a verbatim copy)</p>
<p>Regarding “set hidden”:</p>
<p>While I agree that it is a very useful option for many people, others like me will find that it does not fit into their workflow.</p>
<p>The ‘hidden’ option means that when you abandon a buffer (usually because you open a different file in the same window), Vim will quietly put the still-modified buffer in the background. Eventually, you may have many modified files loaded (but not viewed) in Vim, with no visible indication that this is so. If you don’t remember to check for such “hidden” buffers before doing things like compiling, the results may surprise you.</p>
<p>‘hidden’ is a great option for many, many people, especially people who like to keep a single Vim window open at a time. But there are other ways of working with Vim, including a “Rolodex style” multi-window look, or using the tab pages introduced in Vim 7.0. If you like to keep all your modified buffers visible so you don’t forget them, then ‘hidden’ is probably not for you.</p>
<p>Nevertheless, one of the wonderful things about Vim is that it provides great options to fit almost any work style.</p>
<p>Instead of (or in addition to) ‘hidden’, I’d encourage users to also take a look at ‘confirm’ and ‘autowriteall’. As for this “bare minimum” example, at least explain what ‘hidden’ does.</p>
<p>Great work on all this by the way, Derek. You’ve provided a great resource.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
