[gentoo-user] VIM Issue

2008-02-04 Thread keith
When I type for example vim test.cxx all it does is send it to the next line and just stays there blinking and nothing at all. I've recompiled it, still nothing. I've emerge -C vim. Then compiled it and it did nothing. Any idea what broke vim? -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 7:53 AM, keith [EMAIL PROTECTED] wrote: When I type for example vim test.cxx all it does is send it to the next line and just stays there blinking and nothing at all. I've recompiled it, still nothing. I've emerge -C vim. Then compiled it and it did nothing. Any idea what broke

Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 10:00 AM, keith [EMAIL PROTECTED] wrote: vim-7.1.213 and revdep-rebuild shown no breakage Here somethings you can try: ls -lah `which vim` make sure the output is: -rwxr-xr-x 1 root root 2.4M Nov 15 01:25 /usr/bin/vim Find a vim binary somewhere, extract it, and see if it

Re: [gentoo-user] VIM Issue

2008-02-04 Thread keith
okay heres my use flags [ebuild R ] app-editors/vim-7.1.213 USE=acl bash-completion gpm nls perl python vim-pager vim-with-x -cscope -minimal -ruby 8,876 kB ls -lah 'which vim' returned no such file or directory whereis vim returns /usr/bin/vim /usr/share/vim I removed the /etc/vim/vimrc

Re: [gentoo-user] VIM Issue

2008-02-04 Thread keith
vim-7.1.213 and revdep-rebuild shown no breakage On Mon, 2008-02-04 at 08:46 -0500, Andrey Falko wrote: On Feb 4, 2008 7:53 AM, keith [EMAIL PROTECTED] wrote: When I type for example vim test.cxx all it does is send it to the next line and just stays there blinking and nothing at all. I've

Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 2:35 PM, keith [EMAIL PROTECTED] wrote: okay heres my use flags [ebuild R ] app-editors/vim-7.1.213 USE=acl bash-completion gpm nls perl python vim-pager vim-with-x -cscope -minimal -ruby 8,876 kB Try ACCEPT_KEYWORDS=-vim-with-x emerge -1 vim (remove vim with x use flag).

Re: [gentoo-user] VIM Issue

2008-02-04 Thread Brian Marshall
On Mon, 04 Feb 2008 13:35:42 -0600 keith [EMAIL PROTECTED] wrote: okay heres my use flags [ebuild R ] app-editors/vim-7.1.213 USE=acl bash-completion gpm nls perl python vim-pager vim-with-x -cscope -minimal -ruby 8,876 kB ls -lah 'which vim' returned no such file or directory ' is

Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 8:59 PM, keith [EMAIL PROTECTED] wrote: okay sorry. Now this is what it shows. -rwxr-xr-x 1 root root 2.6M 2008-02-04 05:24 /usr/bin/vim That looks good.I just realized I goofed on on telling how to remove the vim with X use flag.do this: USE=acl bash-completion gpm nls

Re: [gentoo-user] VIM Issue

2008-02-04 Thread keith
okay sorry. Now this is what it shows. -rwxr-xr-x 1 root root 2.6M 2008-02-04 05:24 /usr/bin/vim On Mon, 2008-02-04 at 15:19 -0800, Brian Marshall wrote: On Mon, 04 Feb 2008 13:35:42 -0600 keith [EMAIL PROTECTED] wrote: okay heres my use flags [ebuild R ] app-editors/vim-7.1.213