Re: [gentoo-user] VIM Undo Command - don't do top posting

2008-12-09 Thread Stroller
On 8 Dec 2008, at 13:21, KH wrote: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? Could I possibly ask you to refrain from making replies to the list with this as the

Re: [gentoo-user] VIM Undo Command

2008-12-08 Thread Supreme
I went ahead and installed gvim as Nicolas suggested. I did not have any problems undoing changes in gvim. After further investigation I only have this problem when I run vi. If I do vim undo works also. The only thing I have in my home dir that's related to vi is .viminfo which a history

Re: [gentoo-user] VIM Undo Command - don't do top posting

2008-12-08 Thread KH
Supreme schrieb: I went ahead and installed gvim as Nicolas suggested. I did not have any problems undoing changes in gvim. After further investigation I only have this problem when I run vi. If I do vim undo works also. The only thing I have in my home dir that's related to vi is .viminfo

Re: [gentoo-user] VIM Undo Command

2008-12-08 Thread Supreme
I solve the problem by creating a symbolic link from vim to vi. For some reason vi symbolic link was pointed to //bin/busybox. Now everything is working properly. [EMAIL PROTECTED] /usr/bin $ ls -lash vi* 0 lrwxrwxrwx 1 root root 13 Nov 27 20:12 vi - //bin/busybox 0 lrwxrwxrwx 1 root root

Re: [gentoo-user] VIM Undo Command

2008-12-07 Thread Nicolas Sebrecht
On Tue, Dec 02, 2008 at 03:16:43AM -0600, Supreme wrote: This is the error I get when I try to use the undo command: 'u' is not implemented . I am using version 7.2.021 of vim. I have this same version installed on a 64 bit version of Gentoo and I am not seeing this problem. Do

Re: [gentoo-user] VIM Undo Command

2008-12-07 Thread Supreme
Thanks for your reply, I dont have gvim installed. I'll install it and see if I get the same error. Nicolas Sebrecht wrote: On Tue, Dec 02, 2008 at 03:16:43AM -0600, Supreme wrote: This is the error I get when I try to use the undo command: "'u' is not implemented" .

Re: [gentoo-user] VIM Undo Command

2008-12-07 Thread smallnow
do you have a ~/.vimrc? Try :map u and see if there is a mapping. - Ian Supreme wrote: Thanks for your reply, I dont have gvim installed. I'll install it and see if I get the same error.

[gentoo-user] VIM Undo Command

2008-12-02 Thread Supreme
I have a odd issue with vim. The undo last action command which is (u) does not work in vi. The undo all changes command (Shift+u) works just fine. Anyone ever run into this problem or know how I can fix this issue. This problem is related to all the user on the system not just one user. This is