<?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: Vim for Win32 with Python</title>
	<atom:link href="http://jamesoff.net/site/code/windows/vim-for-win32-with-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesoff.net/site</link>
	<description>you heard</description>
	<lastBuildDate>Fri, 16 Jul 2010 16:37:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: VIM as Python IDE &#124; Alain M. Lafon</title>
		<link>http://jamesoff.net/site/code/windows/vim-for-win32-with-python/comment-page-1/#comment-33300</link>
		<dc:creator>VIM as Python IDE &#124; Alain M. Lafon</dc:creator>
		<pubDate>Sat, 23 May 2009 23:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://jamesoff.net/site/projects/windows/vim-for-win32-with-python/#comment-33300</guid>
		<description>&lt;p&gt;[...] If you&#8217;re on Windows, GVIM will suffice(for versions != 2.4 search for the right plugin). If you&#8217;re on any other machine, you will probably know how to compile your very own VIM [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] If you&#8217;re on Windows, GVIM will suffice(for versions != 2.4 search for the right plugin). If you&#8217;re on any other machine, you will probably know how to compile your very own VIM [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mental flares of a neurotic mind &#187; Python and Vista</title>
		<link>http://jamesoff.net/site/code/windows/vim-for-win32-with-python/comment-page-1/#comment-3</link>
		<dc:creator>Mental flares of a neurotic mind &#187; Python and Vista</dc:creator>
		<pubDate>Fri, 02 Mar 2007 06:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://jamesoff.net/site/projects/windows/vim-for-win32-with-python/#comment-3</guid>
		<description>&lt;p&gt;[...] Of course there are Eclipse and VS ways to code python, but thats far to bloated and I wanted a slim and portable environment to fit the language (and my soon coming mac transition). After some IDE / Editor research (and due to the fact that IDLE does not work under Vista) this led me to my old companion Vim. Vim provides Syntax highlighting, Omnicompletion (if you have compiled it with python support) and with an additional script (build) and execution. Unfortunately the Win binaries you get from the page are not compiled with python support, so you can either do it yourself or you can download a prebuild version (vim 7.0 against python 2.5) from here. If you do so you need to have Python 2.5 installed under C:Python25 or it won&#8217;t work. Now your are pretty much ready to start, if you want to ease the Ctrl+X Ctrl+O orgy you should install supertab as well and add the following line to your vimrc let g:SuperTabDefaultCompletionType = &quot;&lt;C-X&gt;&lt;C-O&gt;&quot; (thanks to this page for the hint). [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Of course there are Eclipse and VS ways to code python, but thats far to bloated and I wanted a slim and portable environment to fit the language (and my soon coming mac transition). After some IDE / Editor research (and due to the fact that IDLE does not work under Vista) this led me to my old companion Vim. Vim provides Syntax highlighting, Omnicompletion (if you have compiled it with python support) and with an additional script (build) and execution. Unfortunately the Win binaries you get from the page are not compiled with python support, so you can either do it yourself or you can download a prebuild version (vim 7.0 against python 2.5) from here. If you do so you need to have Python 2.5 installed under C:Python25 or it won&#8217;t work. Now your are pretty much ready to start, if you want to ease the Ctrl+X Ctrl+O orgy you should install supertab as well and add the following line to your vimrc let g:SuperTabDefaultCompletionType = &#8220;&lt;C-X&gt;&lt;C-O&gt;&#8221; (thanks to this page for the hint). [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
