Gentoo Archives: gentoo-user

From: keith <eckosgentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] VIM Issue
Date: Mon, 04 Feb 2008 19:35:51
Message-Id: 1202153742.8695.2.camel@DarkCloud
In Reply to: Re: [gentoo-user] VIM Issue by Andrey Falko
1 okay heres my use flags
2
3 [ebuild R ] app-editors/vim-7.1.213 USE="acl bash-completion gpm
4 nls perl python vim-pager vim-with-x -cscope -minimal -ruby" 8,876 kB
5
6 ls -lah 'which vim' returned no such file or directory
7
8 whereis vim returns /usr/bin/vim /usr/share/vim
9
10 I removed the /etc/vim/vimrc and still no luck.
11
12
13 On Mon, 2008-02-04 at 14:04 -0500, Andrey Falko wrote:
14 > On Feb 4, 2008 10:00 AM, keith <eckosgentoo@×××××.com> wrote:
15 > > vim-7.1.213 and revdep-rebuild shown no breakage
16 > Here somethings you can try:
17 >
18 > ls -lah `which vim` .... make sure the output is:
19 > -rwxr-xr-x 1 root root 2.4M Nov 15 01:25 /usr/bin/vim
20 >
21 > Find a vim binary somewhere, extract it, and see if it runs
22 > correctly.
23 >
24 > You have Gentoo default /etc/vim/vimrc? Do you have your own .vimrc?
25 > If yes, delete the .vimrc file and try again.
26 >
27 > Recompile with different USE flags. What does emerge -pv vim say?
28 >
29 > You might want to contact vim devs.
30 > >
31 > > On Mon, 2008-02-04 at 08:46 -0500, Andrey Falko wrote:
32 > > > On Feb 4, 2008 7:53 AM, keith <eckosgentoo@×××××.com> wrote:
33 > > > > When I type for example vim test.cxx all it does is send it to the next
34 > > > > line and just stays there blinking and nothing at all. I've recompiled
35 > > > > it, still nothing. I've emerge -C vim. Then compiled it and it did
36 > > > > nothing. Any idea what broke vim?
37 > > > >
38 > > > What happens when you press "i"? Based on what you describe; nothing
39 > > > will happen; you remain in the bash shell. Try emerge gentoolkit &&
40 > > > revdep-rebuild
41 > > > Also what version of vim?
42 > > > > --
43 > > > > gentoo-user@l.g.o mailing list
44 > > > >
45 > > > >
46 > >
47 > > --
48 > >
49 > > gentoo-user@l.g.o mailing list
50 > >
51 > >
52
53 --
54 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] VIM Issue Andrey Falko <ma3oxuct@×××××.com>
Re: [gentoo-user] VIM Issue Brian Marshall <snail@×××××××××××××.net>