Re: Vim's ole functionality

2007-04-22 Thread Bram Moolenaar
Nageshwar wrote: I tried to embed the vim in eclipse using swt library. I used program id as Vim.Application. but i got an error. The error message that i got was org.eclipse.swt.SWTException: Failed to create Ole Client. result = -2147221164 I tried to embed some other applications

possible bug with vim7 and the arrow keys

2007-04-22 Thread Виктор Кожухаров
Hello, I think there might be a bug with vim7, and they way it handles the arrow keys in a terminal. The problem is, that in insert mode, the arrow keys don't navigate through the text, but output letters. For example, pressing Up in insert mode would do the equivalent of OAEsc in normal mode.

Re: possible bug with vim7 and the arrow keys

2007-04-22 Thread A.J.Mechelynck
Виктор Кожухаров wrote: Hello, I think there might be a bug with vim7, and they way it handles the arrow keys in a terminal. The problem is, that in insert mode, the arrow keys don't navigate through the text, but output letters. For example, pressing Up in insert mode would do the equivalent