Gentoo Archives: gentoo-user

From: Supreme <supreme@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] VIM Undo Command
Date: Mon, 08 Dec 2008 13:41:48
Message-Id: 493D23DB.8090507@smoothlinux.com
In Reply to: Re: [gentoo-user] VIM Undo Command by Supreme
1
2
3
4
5
6
7 I solve the problem by creating a symbolic link from vim to vi. For
8 some reason vi symbolic link was pointed to //bin/busybox. Now
9 everything is working properly.
10
11 jj@Layered /usr/bin $ ls -lash vi*
12    0 lrwxrwxrwx 1 root root   13 Nov 27 20:12 vi -> //bin/busybox
13    0 lrwxrwxrwx 1 root root   13 Nov 27 20:12 view -> //bin/busybox
14 4.0K -rwxr-xr-x 1 root root 2.3K Nov 29 12:09 vigra-config
15 2.5M -rwxr-xr-x 1 root root 2.5M Nov 30 03:08 vim
16  0 lrwxrwxrwx 1 root root    3 Nov 30 03:08 vimdiff -> vim
17
18 Thanks for your help.
19
20 J.J.
21
22 Supreme wrote:
23
24
25
26 I went ahead and installed gvim as Nicolas suggested. I did not have
27 any problems undoing changes in gvim. After further investigation I
28 only have this problem when I run vi. If I do vim undo works also. The
29 only thing I have in my home dir that's related to vi is .viminfo which
30 a history file.
31
32 J.J.
33
34 smallnow wrote:
35
36
do you have a ~/.vimrc?
37 Try
38 :map u
39 and see if there is a mapping.
40
41 - Ian
42
43 Supreme wrote:
44
45
46
Thanks for your reply,
47
48 I dont have gvim installed. I'll install it and see if I get the same error.
49
50
51
52
53
54
55
56
57
58
59
60
61
62