<?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: Way Better Python Indentation In Vim</title>
	<atom:link href="http://www.protocolostomy.com/2009/11/13/way-better-python-indentation-in-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.protocolostomy.com/2009/11/13/way-better-python-indentation-in-vim/</link>
	<description>Made with only the finest 1's and 0's</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:20:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alex Willmer</title>
		<link>http://www.protocolostomy.com/2009/11/13/way-better-python-indentation-in-vim/comment-page-1/#comment-28290</link>
		<dc:creator>Alex Willmer</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=649#comment-28290</guid>
		<description>Thank you, it was indeed a lingering .vimrc line.</description>
		<content:encoded><![CDATA[<p>Thank you, it was indeed a lingering .vimrc line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m0j0</title>
		<link>http://www.protocolostomy.com/2009/11/13/way-better-python-indentation-in-vim/comment-page-1/#comment-27681</link>
		<dc:creator>m0j0</dc:creator>
		<pubDate>Sat, 14 Nov 2009 17:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=649#comment-27681</guid>
		<description>When I do that, with the settings I&#039;ve posted, the right thing happens. Indentation level is increased appropriately. Make sure you explicitly say &#039;filetype indent on&#039;, and make sure you also explicitly do &#039;set nosmartindent&#039;. And make sure you don&#039;t have smartindent lurking in some other line in your ~/.vimrc like in an &#039;autocmd&#039; line or something. To be safe, maybe just run &quot;%s/\bsmartindent\b/\bnosmartindent\b/g&#039; or something like that (I didn&#039;t test that, but if you don&#039;t bound the term you&#039;ll change &quot;nosmartindent&quot; to &quot;nonosmartindent&quot; so be careful).</description>
		<content:encoded><![CDATA[<p>When I do that, with the settings I&#8217;ve posted, the right thing happens. Indentation level is increased appropriately. Make sure you explicitly say &#8216;filetype indent on&#8217;, and make sure you also explicitly do &#8216;set nosmartindent&#8217;. And make sure you don&#8217;t have smartindent lurking in some other line in your ~/.vimrc like in an &#8216;autocmd&#8217; line or something. To be safe, maybe just run &#8220;%s/\bsmartindent\b/\bnosmartindent\b/g&#8217; or something like that (I didn&#8217;t test that, but if you don&#8217;t bound the term you&#8217;ll change &#8220;nosmartindent&#8221; to &#8220;nonosmartindent&#8221; so be careful).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moreati</title>
		<link>http://www.protocolostomy.com/2009/11/13/way-better-python-indentation-in-vim/comment-page-1/#comment-27656</link>
		<dc:creator>moreati</dc:creator>
		<pubDate>Sat, 14 Nov 2009 11:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=649#comment-27656</guid>
		<description>I&#039;ve was hoping this would make vim work the way I expect it to, but either I&#039;ve done it wrong or my expectation is off. With this tip (or with smartindent), if you define a function and press return does vim indent the new line for you? I.e.

def foo():
____&lt;- Cursor appears here

Alex</description>
		<content:encoded><![CDATA[<p>I&#8217;ve was hoping this would make vim work the way I expect it to, but either I&#8217;ve done it wrong or my expectation is off. With this tip (or with smartindent), if you define a function and press return does vim indent the new line for you? I.e.</p>
<p>def foo():<br />
____&lt;- Cursor appears here</p>
<p>Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>

