<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2015721107059280399.post6417870716674854823..comments</id><updated>2009-01-11T13:33:28.908-08:00</updated><title type='text'>Comments on Cuberick: Ruby Autocomplete in Vim</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.cuberick.com/feeds/6417870716674854823/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2015721107059280399/6417870716674854823/comments/default'/><link rel='alternate' type='text/html' href='http://www.cuberick.com/2008/10/ruby-autocomplete-in-vim.html'/><author><name>Shlomo</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2015721107059280399.post-5380610357716006356</id><published>2009-01-11T13:33:28.908-08:00</published><updated>2009-01-11T13:33:28.908-08:00</updated><title type='text'>Ok, figured it out.  I'm using MacVim so I needed ...</title><content type='html'>Ok, figured it out.  I'm using MacVim so I needed to use the gui vars.&lt;BR/&gt;&lt;BR/&gt;highlight PMenu gui=bold guibg=#CECECE guifg=#444444&lt;BR/&gt;&lt;BR/&gt;That setting got my menus looking like your screenshot.&lt;BR/&gt;&lt;BR/&gt;Also, I reread your post and now see that the color scheme in your screenshot is desert256.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2015721107059280399/6417870716674854823/comments/default/5380610357716006356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2015721107059280399/6417870716674854823/comments/default/5380610357716006356'/><link rel='alternate' type='text/html' href='http://www.cuberick.com/2008/10/ruby-autocomplete-in-vim.html?showComment=1231709608908#c5380610357716006356' title=''/><author><name>Christopher J. Bottaro</name><uri>http://www.blogger.com/profile/14116593743589959438</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cuberick.com/2008/10/ruby-autocomplete-in-vim.html' ref='tag:blogger.com,1999:blog-2015721107059280399.post-6417870716674854823' source='http://www.blogger.com/feeds/2015721107059280399/posts/default/6417870716674854823' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2015721107059280399.post-8064226541910776050</id><published>2009-01-11T12:03:21.591-08:00</published><updated>2009-01-11T12:03:21.591-08:00</updated><title type='text'>Ahh, running ruby-omni-complete first fixed the is...</title><content type='html'>Ahh, running ruby-omni-complete first fixed the issue.  Thanks.&lt;BR/&gt;&lt;BR/&gt;Yeah, I did use your vimrc settings and it fixed the ugly pink background, but only for some color schemes.  I like the koehler scheme and the popup is still pink in that one.&lt;BR/&gt;&lt;BR/&gt;What color scheme is being used in your screenshot?  I downloaded vividchalk and it doesn't look like that at all.  Also, my popup menu doesn't look like it does in your screenshot it either.  Even with the fixed colors, it shows up with a dark blue background and white text for me.&lt;BR/&gt;&lt;BR/&gt;Thanks.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2015721107059280399/6417870716674854823/comments/default/8064226541910776050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2015721107059280399/6417870716674854823/comments/default/8064226541910776050'/><link rel='alternate' type='text/html' href='http://www.cuberick.com/2008/10/ruby-autocomplete-in-vim.html?showComment=1231704201591#c8064226541910776050' title=''/><author><name>Christopher J. Bottaro</name><uri>http://www.blogger.com/profile/14116593743589959438</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cuberick.com/2008/10/ruby-autocomplete-in-vim.html' ref='tag:blogger.com,1999:blog-2015721107059280399.post-6417870716674854823' source='http://www.blogger.com/feeds/2015721107059280399/posts/default/6417870716674854823' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2015721107059280399.post-7929577816622563843</id><published>2009-01-11T11:36:15.130-08:00</published><updated>2009-01-11T11:36:15.130-08:00</updated><title type='text'>Christopher.  The tab only works if you installed ...</title><content type='html'>Christopher.  The tab only works if you installed the supertab plugin, but there is a bit of a glitch with supertab that I haven't had time to look into.  Supertab doesn't have all the possible completions until you have run ruby-omni-complete at least once.  To do that type ctrl-x, ctrl-o.  That should bring up all the completions you would expect.  Then subsiquently you will be able to use tab instead of ctrl-x, ctrl-o.  Check out this link for more information (http://hasno.info/2006/04/10/vim-7-ruby-omni-completion)  As for the color settings... have you edited your vimrc file with the lines I recommend?  That got rid of the bad colors for me.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2015721107059280399/6417870716674854823/comments/default/7929577816622563843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2015721107059280399/6417870716674854823/comments/default/7929577816622563843'/><link rel='alternate' type='text/html' href='http://www.cuberick.com/2008/10/ruby-autocomplete-in-vim.html?showComment=1231702575130#c7929577816622563843' title=''/><author><name>Shlomo</name><uri>http://www.blogger.com/profile/01165462366964097266</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14659744143148866122'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cuberick.com/2008/10/ruby-autocomplete-in-vim.html' ref='tag:blogger.com,1999:blog-2015721107059280399.post-6417870716674854823' source='http://www.blogger.com/feeds/2015721107059280399/posts/default/6417870716674854823' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-2015721107059280399.post-6426952444774556054</id><published>2009-01-10T17:10:11.744-08:00</published><updated>2009-01-10T17:10:11.744-08:00</updated><title type='text'>Nice post.I'm having a couple of issues.  rubycomp...</title><content type='html'>Nice post.&lt;BR/&gt;&lt;BR/&gt;I'm having a couple of issues.  rubycomplete isn't working for me.  I type ea[tab] and it doesn't give me  each, each_with_index, etc.  I know I have Ruby support compiled into MacVim because I use other plugins that require it.&lt;BR/&gt;&lt;BR/&gt;Also, I use the koehler color scheme and I still get that nasty pink background for the popup menu.  Can you help me out with some decent settings for Pmenu?&lt;BR/&gt;&lt;BR/&gt;Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2015721107059280399/6417870716674854823/comments/default/6426952444774556054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2015721107059280399/6417870716674854823/comments/default/6426952444774556054'/><link rel='alternate' type='text/html' href='http://www.cuberick.com/2008/10/ruby-autocomplete-in-vim.html?showComment=1231636211744#c6426952444774556054' title=''/><author><name>Christopher J. Bottaro</name><uri>http://www.blogger.com/profile/14116593743589959438</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.cuberick.com/2008/10/ruby-autocomplete-in-vim.html' ref='tag:blogger.com,1999:blog-2015721107059280399.post-6417870716674854823' source='http://www.blogger.com/feeds/2015721107059280399/posts/default/6417870716674854823' type='text/html'/></entry></feed>