<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Vim: Auto Complete</title>
	<atom:link href="http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/</link>
	<description>Anything to develop, developed, ideas for , to and by the Web</description>
	<lastBuildDate>Tue, 06 Oct 2009 04:18:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sandrar</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5463</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:05:26 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5463</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrelad</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5458</link>
		<dc:creator>chrelad</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:36:22 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5458</guid>
		<description>Cool! :D Works for me</description>
		<content:encoded><![CDATA[<p>Cool! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Works for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: razzlegames</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5457</link>
		<dc:creator>razzlegames</dc:creator>
		<pubDate>Thu, 28 May 2009 00:46:13 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5457</guid>
		<description>Rahul, you can map Autocomplete to a different key combination.  

BTW, did anyone see this?:  

http://vim.wikia.com/wiki/Ctrl-p_-_autocomplete
File completion: 
Line completion: 
Omni completion:  

There much more to this than just token completion.... even line completion ... and if using ctags,... it give you a description of the function/etc up top in a preview window. 

CTRL-z to close preview :).. that&#039;s the next question, I am sure.</description>
		<content:encoded><![CDATA[<p>Rahul, you can map Autocomplete to a different key combination.  </p>
<p>BTW, did anyone see this?:  </p>
<p><a href="http://vim.wikia.com/wiki/Ctrl-p_-_autocomplete" rel="nofollow">http://vim.wikia.com/wiki/Ctrl-p_-_autocomplete</a><br />
File completion:<br />
Line completion:<br />
Omni completion:  </p>
<p>There much more to this than just token completion&#8230;. even line completion &#8230; and if using ctags,&#8230; it give you a description of the function/etc up top in a preview window. </p>
<p>CTRL-z to close preview <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .. that&#8217;s the next question, I am sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: razzlegames</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5456</link>
		<dc:creator>razzlegames</dc:creator>
		<pubDate>Thu, 28 May 2009 00:42:34 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5456</guid>
		<description>&quot;it only seems to recall functions previously used in the same file&quot;

Not true, if you open all your files within vim (very easy from command line) and they are always loaded when ever there is an error or warning while compiling with Make.  

e.g.
$ vim source/*{cpp,h}

Also, if you use Ctags, this will keep a reference to all relevant tokens.

$ ctags -R .

Done... :)</description>
		<content:encoded><![CDATA[<p>&#8220;it only seems to recall functions previously used in the same file&#8221;</p>
<p>Not true, if you open all your files within vim (very easy from command line) and they are always loaded when ever there is an error or warning while compiling with Make.  </p>
<p>e.g.<br />
$ vim source/*{cpp,h}</p>
<p>Also, if you use Ctags, this will keep a reference to all relevant tokens.</p>
<p>$ ctags -R .</p>
<p>Done&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5445</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Fri, 27 Mar 2009 14:04:01 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5445</guid>
		<description>I love this auto complete feature. But in newer versions of Linux distros some option has been turned on because of which a list of matches pops up every time I hit ctrl-p. It is very distracting. How can I disable it ? I want the auto complete feature without the popup.

Thanks,

-Rahul</description>
		<content:encoded><![CDATA[<p>I love this auto complete feature. But in newer versions of Linux distros some option has been turned on because of which a list of matches pops up every time I hit ctrl-p. It is very distracting. How can I disable it ? I want the auto complete feature without the popup.</p>
<p>Thanks,</p>
<p>-Rahul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruturajv</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5444</link>
		<dc:creator>ruturajv</dc:creator>
		<pubDate>Thu, 12 Mar 2009 04:25:04 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5444</guid>
		<description>Hey Steve,
Thanks a ton, the http://www.vim.org/scripts/script.php?script_id=1879 script is awesome!!!</description>
		<content:encoded><![CDATA[<p>Hey Steve,<br />
Thanks a ton, the <a href="http://www.vim.org/scripts/script.php?script_id=1879" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=1879</a> script is awesome!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5443</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:23:40 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5443</guid>
		<description>Thanks for the menu color setting, that pink has been driving me crazy!   I use the &lt;a href=&quot;http://www.vim.org/scripts/script.php?script_id=1879&quot; rel=&quot;nofollow&quot;&gt;autocomplpop.vim&lt;/a&gt; to automatically pop up the omni complete options, seems to work well.

Thanks,
Steve</description>
		<content:encoded><![CDATA[<p>Thanks for the menu color setting, that pink has been driving me crazy!   I use the <a href="http://www.vim.org/scripts/script.php?script_id=1879" rel="nofollow">autocomplpop.vim</a> to automatically pop up the omni complete options, seems to work well.</p>
<p>Thanks,<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kazuyoshi Tlacaelel</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5427</link>
		<dc:creator>Kazuyoshi Tlacaelel</dc:creator>
		<pubDate>Sat, 05 Apr 2008 08:00:47 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5427</guid>
		<description>there is more to it.

press control plus &quot;x&quot; and release for a sec, then press lowwercase &quot;L&quot; 
and it will autocomple the entire line
(Ctrl-key) + (x) &amp; (l) 

also if you press control +&quot;e&quot; the carachters in the line above will be
cloned on your current line.

control + &quot;y&quot; will do the same thing for the line below.
and if its kept press it&#039;ll run coping the line until released

am telling you vim is some serious geek shit!

today I fond out you cand export you current buffer with line numbers and all
to html exactly as it looks in vim.

try the following command

:TOhtml</description>
		<content:encoded><![CDATA[<p>there is more to it.</p>
<p>press control plus &#8220;x&#8221; and release for a sec, then press lowwercase &#8220;L&#8221;<br />
and it will autocomple the entire line<br />
(Ctrl-key) + (x) &amp; (l) </p>
<p>also if you press control +&#8221;e&#8221; the carachters in the line above will be<br />
cloned on your current line.</p>
<p>control + &#8220;y&#8221; will do the same thing for the line below.<br />
and if its kept press it&#8217;ll run coping the line until released</p>
<p>am telling you vim is some serious geek shit!</p>
<p>today I fond out you cand export you current buffer with line numbers and all<br />
to html exactly as it looks in vim.</p>
<p>try the following command</p>
<p>:TOhtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruturajv</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5425</link>
		<dc:creator>ruturajv</dc:creator>
		<pubDate>Thu, 14 Feb 2008 06:56:35 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5425</guid>
		<description>thanks for ur comment Juergen, you are right, I&#039;ve updated my post as well.</description>
		<content:encoded><![CDATA[<p>thanks for ur comment Juergen, you are right, I&#8217;ve updated my post as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juergen</title>
		<link>http://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5424</link>
		<dc:creator>Juergen</dc:creator>
		<pubDate>Wed, 13 Feb 2008 11:34:41 +0000</pubDate>
		<guid isPermaLink="false">https://ruturajv.wordpress.com/2006/05/04/vim-auto-complete/#comment-5424</guid>
		<description>I think CTRL+B is not correct in Vim7.1 ist CTRL+N</description>
		<content:encoded><![CDATA[<p>I think CTRL+B is not correct in Vim7.1 ist CTRL+N</p>
]]></content:encoded>
	</item>
</channel>
</rss>
