<?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>jjgod / blog &#187; Vim</title>
	<atom:link href="http://blog.jjgod.org/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jjgod.org</link>
	<description>Random notes &#38; thoughts by Jiang Jiang.</description>
	<lastBuildDate>Mon, 16 Jan 2012 11:08:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>vim-cocoa 0.3 released</title>
		<link>http://blog.jjgod.org/2009/08/03/vim-cocoa-0-3-released/</link>
		<comments>http://blog.jjgod.org/2009/08/03/vim-cocoa-0-3-released/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 09:28:09 +0000</pubDate>
		<dc:creator>jjgod</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[snowleopard]]></category>

		<guid isPermaLink="false">http://blog.jjgod.org/?p=491</guid>
		<description><![CDATA[I&#8217;m pleased to announce vim-cocoa 0.3 is released. The main update is it now have full Mac OS X 10.6 support. What&#8217;s New? 0.3.2 Fix frame height calculation when GUI tabline is enabled Add back missing helptags 0.3.1 Fix crashing on loading non-UTF-8 menu translations (reported by ducksteven and dyroro) Fix delayed refreshing (reported by [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce vim-cocoa 0.3 is released. The main update is it now have full Mac OS X 10.6 support.</p>

<h3>What&#8217;s New?</h3>

<h4>0.3.2</h4>

<ul>
<li>Fix frame height calculation when GUI tabline is enabled</li>
<li>Add back missing helptags</li>
</ul>

<h4>0.3.1</h4>

<ul>
<li>Fix crashing on loading non-UTF-8 menu translations (reported by ducksteven and dyroro)</li>
<li>Fix delayed refreshing (reported by fishy)</li>
</ul>

<h4>0.3</h4>

<ul>
<li>Update vim to 7.2.245</li>
<li><strong>Rewrote</strong> part of the rendering process to increase performance, especially on Mac OS X 10.6</li>
<li>Add clipboard support for console mode (running without <code>-g</code>)</li>
<li>Use cmake to support out-of-directory build, see <a href="http://code.google.com/p/vim-cocoa/wiki/BuildInstructions">BuildInstructions</a> for detail</li>
<li>Build with <code>+ruby</code> and <code>+cscope</code> by default</li>
</ul>

<h3>Download</h3>

<ul>
<li><a href="http://vim-cocoa.googlecode.com/files/vim-cocoa-0.3.2.zip">googlecode</a></li>
</ul>

<h4>View Source</h4>

<ul>
<li><a href="http://github.com/jjgod/vim-cocoa/tree/master">github</a></li>
</ul>

<p>If you found any issue, please file it <a href="http://code.google.com/p/vim-cocoa/issues/entry">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jjgod.org/2009/08/03/vim-cocoa-0-3-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vim-cocoa 0.3 beta 1 released</title>
		<link>http://blog.jjgod.org/2008/11/28/vim-cocoa-03-beta-1-released/</link>
		<comments>http://blog.jjgod.org/2008/11/28/vim-cocoa-03-beta-1-released/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 13:34:35 +0000</pubDate>
		<dc:creator>jjgod</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[coretext]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.jjgod.org/?p=255</guid>
		<description><![CDATA[After two days of work, here is the first beta of the 0.3 series of vim-cocoa. What&#8217;s New? Updated vim to 7.2.49 Use Core Text to replace ATSUI for text rendering Optimize program startup Support transparency option to control background transparency Fix cursor redraw on right clicking Fix CTRL + SHIFT + ? key handling [...]]]></description>
			<content:encoded><![CDATA[<p>After two days of work, here is the first beta of the 0.3 series of <a href="http://code.google.com/p/vim-cocoa">vim-cocoa</a>.</p>

<p><img src="http://omploader.org/veXg1/vim-cocoa-0.3b1.png" alt="vim-cocoa 0.3b1 screenshot" class="noline" width="85%" /></p>

<h4>What&#8217;s New?</h4>

<ul>
<li>Updated vim to 7.2.49</li>
<li>Use Core Text to replace ATSUI for text rendering</li>
<li>Optimize program startup</li>
<li>Support transparency option to control background transparency</li>
<li>Fix cursor redraw on right clicking</li>
<li>Fix CTRL + SHIFT + ? key handling ( Issue 35 )</li>
<li>Mac OS X 10.5 only (Since Core Text is a 10.5 only framework)</li>
</ul>

<h4>Download</h4>

<ul>
<li><a href="http://vim-cocoa.googlecode.com/files/vim-cocoa-0.3b1.zip">googlecode</a></li>
</ul>

<h4>View Source</h4>

<ul>
<li><a href="http://github.com/jjgod/vim-cocoa/tree/coretext">github</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jjgod.org/2008/11/28/vim-cocoa-03-beta-1-released/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

