Re: problems with vim

2007-05-15 Thread Nageshwar
Thanks, The problem was sloved by keeping these two lines in .vimrc set backspace=2 set nocompatible Thanks once again.. -- Nageshwar M

Re: problems with vim

2007-05-15 Thread A.J.Mechelynck
Nageshwar wrote: Hi, I got the same problem in gvim also (backspace problem). The backspace is working for newly entered characters as long as we are in the same line. Once we left a line and came back, backspace is not working, [...] :set backspace=indent,eol,start see ":help 'backsp

Re: problems with vim

2007-05-15 Thread Yeti
On Tue, May 15, 2007 at 02:38:01PM +0530, Nageshwar wrote: > I got the same problem in gvim also (backspace problem). The backspace > is working for newly entered characters as long as we are in the same > line. Once we left a line and came back, backspace is not working, This is the traditional v

Re: problems with vim

2007-05-15 Thread Nageshwar
Hi, I got the same problem in gvim also (backspace problem). The backspace is working for newly entered characters as long as we are in the same line. Once we left a line and came back, backspace is not working, The tab problem was solved with -N option. thanks.. On 5/15/07, A.J.Mechelynck <[EMA

Re: problems with vim

2007-05-15 Thread A.J.Mechelynck
Nageshwar M wrote: Hello, I tried in xterm, konsole, and yakuake but got the same problem. I guess the problem is with compilation options... When I used :set esckeys arrow keys working properly but not backspace (in gvim also i faced the same problem). Also the command completion is not working

Re: problems with vim

2007-05-15 Thread Nageshwar M
Hello, I tried in xterm, konsole, and yakuake but got the same problem. I guess the problem is with compilation options... When I used :set esckeys arrow keys working properly but not backspace (in gvim also i faced the same problem). Also the command completion is not working .. i typed :he and

Re: problems with vim

2007-05-14 Thread Nikolai Weibull
On 5/15/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Nageshwar M wrote: > Hello, > > I compiled the vim 7.1 source for unix and installed it in my fedora > core 4 pc. When I pressed arrows its printing A,B,C,D's(in insert > mode) , backspace is not working and when I pressed delete > continuousl

Re: problems with vim

2007-05-14 Thread A.J.Mechelynck
Nageshwar M wrote: Hello, I compiled the vim 7.1 source for unix and installed it in my fedora core 4 pc. When I pressed arrows its printing A,B,C,D's(in insert mode) , backspace is not working and when I pressed delete continuously the gvim is closing down. Someone please help me. The informat