<?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>Niels' Homepage &#187; ViM</title>
	<atom:link href="http://www.heirbaut.nl/category/computer/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heirbaut.nl</link>
	<description>Everything I want to put on the web</description>
	<lastBuildDate>Sun, 13 Feb 2011 18:21:01 +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>Problems combining OmniCppComplete with Pathogen</title>
		<link>http://www.heirbaut.nl/2010/10/28/problems-combining-omnicppcomplete-with-pathogen/</link>
		<comments>http://www.heirbaut.nl/2010/10/28/problems-combining-omnicppcomplete-with-pathogen/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 19:22:04 +0000</pubDate>
		<dc:creator>Niels</dc:creator>
				<category><![CDATA[ViM]]></category>

		<guid isPermaLink="false">http://www.heirbaut.nl/?p=213</guid>
		<description><![CDATA[Since a few days I am using the Pathogen plug-in together with the scripts from GitHub as described here. I think it is a wonderful way to maintain my personal ViM installation. However, after installing and trying OmniCppComplete I got the following error messages when attempting to complete something: -- Omni completion (^O^N^P) Pattern not found After a while I found [...]]]></description>
			<content:encoded><![CDATA[<p> 	Since a few days I am using the Pathogen plug-in together with the scripts from GitHub as described <a title="Update ViM using Pathogen" href="http://github.com/bronson/vim-update-bundles#readme" target="_blank">here</a>. I think it is a wonderful way to maintain my personal ViM installation. However, after installing and trying OmniCppComplete I got the following error messages when attempting to complete something:</p>
<p style="padding-left: 30px;"><code>-- Omni completion (^O^N^P) Pattern not found</code></p>
<p>After a while I found out that the used complete-function &#8216;omnifunc&#8217; was set to:</p>
<p style="padding-left: 30px;"><code>ccomplete#Complete</code></p>
<p>This is the generic completion function for C-based programs and does not work well with C++-programs. To fix this add the following line to .vimrc:</p>
<p style="padding-left: 30px;"><code>au BufNewFile,BufRead,BufEnter *.cpp,*.hpp set omnifunc=omni#cpp#complete#Main</code></p>
<p>This should leave you with a working OmniCppComplete plug-in managed from the vim-scripts repositories at GitHub.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.heirbaut.nl/2010/10/28/problems-combining-omnicppcomplete-with-pathogen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color schemes, Color schemes, Color schemes&#8230;</title>
		<link>http://www.heirbaut.nl/2007/11/14/color-schemes-color-schemes-color-schemes/</link>
		<comments>http://www.heirbaut.nl/2007/11/14/color-schemes-color-schemes-color-schemes/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 19:46:55 +0000</pubDate>
		<dc:creator>Niels</dc:creator>
				<category><![CDATA[ViM]]></category>

		<guid isPermaLink="false">http://www.heirbaut.nl/2007/11/14/color-schemes-color-schemes-color-schemes/</guid>
		<description><![CDATA[As a passionate and seasoned user of the best editor in the world I always look around for ways to improve the editing experience. One way to improve that is by selecting a good color scheme. The ViM website offer a ton of color schemes but no way to sample them other then look at [...]]]></description>
			<content:encoded><![CDATA[<p> 	As a passionate and seasoned user of <a href="http://www.vim.org" title="The best editor...">the best editor in the world</a> I always look around for ways to improve the editing experience. One way to improve that is by selecting a good color scheme. The ViM website offer a ton of color schemes but no way to sample them other then look at the user ratings, install them and then judge for yourself. And even then the color schemes on the ViM site are not all schemes that are available.</p>
<p>Fortunately <a href="http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/" title="ViM color schemes overview">someone</a> wrote a page where, as far as I know, all color schemes are shown and downloadable. Even my two favorite ones: <a href="http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/desert.vim" title="Desert color scheme">here</a> and <a href="http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/ekvoli.vim" title="Ekvoli color scheme">here</a>. The only minor annoyance is the fact that the color schemes are not all alphabetically ordered.</p>
<p>I know, I know, old news, but I still like to use this web site as my own long term memory&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.heirbaut.nl/2007/11/14/color-schemes-color-schemes-color-schemes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

