<?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: Python and vim: Make your own IDE</title>
	<atom:link href="http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 05:44:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Michael Huster</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-19662</link>
		<dc:creator>Michael Huster</dc:creator>
		<pubDate>Fri, 16 Jul 2010 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-19662</guid>
		<description>Something in these scripts messes up the normal mode &quot;w&quot; and &quot;b&quot;. It stops at different delimiters. &quot;W&quot; &amp; &quot;B&quot; work fine.</description>
		<content:encoded><![CDATA[<p>Something in these scripts messes up the normal mode &#8220;w&#8221; and &#8220;b&#8221;. It stops at different delimiters. &#8220;W&#8221; &amp; &#8220;B&#8221; work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Froehlich</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-18881</link>
		<dc:creator>Peter Froehlich</dc:creator>
		<pubDate>Mon, 28 Jun 2010 18:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-18881</guid>
		<description>The autocmd line you have screws up the &quot;cw&quot; command because it doesn&#039;t stop at symbols where it should stop anymore. I mean

autocmd FileType python set complete+=k~/.vim/syntax/python.vim isk+=.,(

to be exact. I have no idea what the intention was, but if I have a line

server.id

and I hit &quot;cw&quot; on the first &quot;s&quot; I don&#039;t want the whole &quot;server.id&quot; thing to be changed, just &quot;server&quot;. YMMV.</description>
		<content:encoded><![CDATA[<p>The autocmd line you have screws up the &#8220;cw&#8221; command because it doesn&#8217;t stop at symbols where it should stop anymore. I mean</p>
<p>autocmd FileType python set complete+=k~/.vim/syntax/python.vim isk+=.,(</p>
<p>to be exact. I have no idea what the intention was, but if I have a line</p>
<p>server.id</p>
<p>and I hit &#8220;cw&#8221; on the first &#8220;s&#8221; I don&#8217;t want the whole &#8220;server.id&#8221; thing to be changed, just &#8220;server&#8221;. YMMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan Kandepet</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-18185</link>
		<dc:creator>Pavan Kandepet</dc:creator>
		<pubDate>Tue, 15 Jun 2010 06:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-18185</guid>
		<description>You missed to &quot;import vim&quot; for your
python debugging scripts mentioned
at http://www.cmdln.org/wp-content/uploads/2008/10/python_ipdb.vim</description>
		<content:encoded><![CDATA[<p>You missed to &#8220;import vim&#8221; for your<br />
python debugging scripts mentioned<br />
at <a href="http://www.cmdln.org/wp-content/uploads/2008/10/python_ipdb.vim" rel="nofollow">http://www.cmdln.org/wp-content/uploads/2008/10/python_ipdb.vim</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeneffy &#62;&#62; Zen &#38; Efficace</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-16306</link>
		<dc:creator>Zeneffy &#62;&#62; Zen &#38; Efficace</dc:creator>
		<pubDate>Mon, 03 May 2010 19:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-16306</guid>
		<description>[...] python-and-vim-make-your-own-ide [...]</description>
		<content:encoded><![CDATA[<p>[...] python-and-vim-make-your-own-ide [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javier@blog:~$ &#187; Blog Archive &#187; Preparando Vim para programar Pyhon (o sea VP!)</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-15351</link>
		<dc:creator>javier@blog:~$ &#187; Blog Archive &#187; Preparando Vim para programar Pyhon (o sea VP!)</dc:creator>
		<pubDate>Sat, 17 Apr 2010 11:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-15351</guid>
		<description>[...] a los tantos que disponemos dentro del mundo del software libre. Buscando un poco, he encontrado este artículo, que nos indica, de manera simple, la manera de &#8220;tunear&#8221; el vim para que podamos obtener [...]</description>
		<content:encoded><![CDATA[<p>[...] a los tantos que disponemos dentro del mundo del software libre. Buscando un poco, he encontrado este artículo, que nos indica, de manera simple, la manera de &#8220;tunear&#8221; el vim para que podamos obtener [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-14076</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Mon, 15 Mar 2010 11:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-14076</guid>
		<description>Python users, highliting the column your cursor is on can be handy :

   highlight CursorColumn cterm=none ctermbg=DarkRed
   autocmd insertLeave *.py set nocursorcolumn
   autocmd insertEnter *.py set cursorcolumn

Just discovered this week end vim Gist awsome plugin :
http://www.vim.org/scripts/script.php?script_id=2423

Enjoy !</description>
		<content:encoded><![CDATA[<p>Python users, highliting the column your cursor is on can be handy :</p>
<p>   highlight CursorColumn cterm=none ctermbg=DarkRed<br />
   autocmd insertLeave *.py set nocursorcolumn<br />
   autocmd insertEnter *.py set cursorcolumn</p>
<p>Just discovered this week end vim Gist awsome plugin :<br />
<a href="http://www.vim.org/scripts/script.php?script_id=2423" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=2423</a></p>
<p>Enjoy !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vim + snipMate &#171; blog.padowi.se</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-14018</link>
		<dc:creator>Vim + snipMate &#171; blog.padowi.se</dc:creator>
		<pubDate>Sun, 14 Mar 2010 09:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-14018</guid>
		<description>[...] of the computer today and started reading the identi.ca backlog I came across this gem, which lead here, about how to turn Vim into a Python IDE. The blogpost itself contained many useful tips/tricks [...]</description>
		<content:encoded><![CDATA[<p>[...] of the computer today and started reading the identi.ca backlog I came across this gem, which lead here, about how to turn Vim into a Python IDE. The blogpost itself contained many useful tips/tricks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 使用vi来编辑python代码 &#187; It&#8217;s not so bad</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-9103</link>
		<dc:creator>使用vi来编辑python代码 &#187; It&#8217;s not so bad</dc:creator>
		<pubDate>Wed, 02 Dec 2009 03:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-9103</guid>
		<description>[...] Python and vim: Make your own IDE [...]</description>
		<content:encoded><![CDATA[<p>[...] Python and vim: Make your own IDE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truth, Computing and Fail &#187; Pimp my Vim</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-4092</link>
		<dc:creator>Truth, Computing and Fail &#187; Pimp my Vim</dc:creator>
		<pubDate>Wed, 17 Jun 2009 23:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-4092</guid>
		<description>[...] you are a python coder, you might want to look into this post by Samuel Huckins on making Vim a complete IDE for python development. I&#8217;ve been using the [...]</description>
		<content:encoded><![CDATA[<p>[...] you are a python coder, you might want to look into this post by Samuel Huckins on making Vim a complete IDE for python development. I&#8217;ve been using the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alterecco</title>
		<link>http://dancingpenguinsoflight.com/2009/02/python-and-vim-make-your-own-ide/comment-page-1/#comment-3317</link>
		<dc:creator>alterecco</dc:creator>
		<pubDate>Tue, 26 May 2009 08:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=439#comment-3317</guid>
		<description>:set invnumber

that should do the trick for numbers, whether you have numbers on or off</description>
		<content:encoded><![CDATA[<p>:set invnumber</p>
<p>that should do the trick for numbers, whether you have numbers on or off</p>
]]></content:encoded>
	</item>
</channel>
</rss>
