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 <[EMAIL PROTECTED]> wrote:
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 ..
> i typed :he and pressed tab.. it didn't give me available commands
>

- Do you get the same problem in the GUI? ("vim -g" or "gvim")?


- The problem with completion may be due to 'compatible' mode: try

        vim -u NONE -N
        :set wildmenu
        :he<Tab>


Best regards,
Tony.
--
Hartley's First Law:
        You can lead a horse to water, but if you can get him to float
on his back, you've got something.



--
--
Best Regards,
Nageshwar M

Reply via email to