<?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>Matthew Turland &#187; Vim</title>
	<atom:link href="http://matthewturland.com/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewturland.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 14:29:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Updating PHP Syntax Highlighting for vim on Ubuntu</title>
		<link>http://matthewturland.com/2009/03/25/php-syntax-highlighting-update-for-vim-on-ubuntu/</link>
		<comments>http://matthewturland.com/2009/03/25/php-syntax-highlighting-update-for-vim-on-ubuntu/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:09:36 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is just a quick post, mostly a &#34;note to self&#34; so I don&#8217;t forget how to do this. If you were curious, it was the result of indirect inspiration from these Become a Bash Ninja slides. If you&#8217;re running Ubuntu 8.10 as your desktop OS, have vim installed, and use it for PHP development, [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick post, mostly a &quot;note to self&quot; so I don&#8217;t forget how to do this. If you were curious, it was the result of indirect inspiration from these <a href="http://realm3.com/articles/nyphp_presentation_-_become_a_bash_ninja" title="realm3: NYPHP Presentation - Become A Bash Ninja">Become a Bash Ninja</a> slides.</p>
<p>If you&#8217;re running <a href="http://www.ubuntu.com/products/WhatIsUbuntu/desktopedition" title="Ubuntu Desktop Edition | Ubuntu">Ubuntu 8.10</a> as your desktop OS, have <a href="https://help.ubuntu.com/community/VimHowto#Enable%20Syntax%20Highlighting" title="VimHowto - Community Ubuntu Documentation">vim</a> installed, and <a href="http://realm3.com/articles/getting_started_with_vim_and_php" title="realm3: Getting Started With VIM and PHP">use it for PHP development</a>, you may not be aware that the <a href="http://www.vim.org/scripts/script.php?script_id=1571" title="php.vim - PHP Syntax : vim online">PHP syntax file</a> that comes bundled with vim is a bit outdated. There&#8217;s a fairly simple way to update it, though. In fact, it&#8217;s doable with two simple commands from Terminal.</p>
<pre>cd /usr/share/vim71;
wget -O - <a href="http://www.vim.org/scripts/download_script.php?src_id=8651" title="php.vim - PHP Syntax : vim online">http://www.vim.org/scripts/download_script.php?src_id=8651</a> | sudo tar -zxv</pre>
]]></content:encoded>
			<wfw:commentRss>http://matthewturland.com/2009/03/25/php-syntax-highlighting-update-for-vim-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
