Re: [PATCH] Fix xterm-keys.vim example: t_kP/t_kN defined wrong

2014-12-21 Thread Daniel Hahler
On 21.12.2014 16:47, Nicholas Marriott wrote: > fair enough, applied, thanks Thanks. >From the commit message: > t_kP is the same as PageUp, so no need for it, from Daniel Hahler. Just for reference: previously it was defined wrong (and overwrote the correct/previous setting), because no real e

Re: [PATCH] Fix xterm-keys.vim example: t_kP/t_kN defined wrong

2014-12-20 Thread Nicholas Marriott
It is not the same for TERM=screen, the escape sequence changes with xterm-keys. On Sat, Dec 20, 2014 at 06:00:09AM +0100, Daniel Hahler wrote: > From: Daniel Hahler > > It should not be necessary to define them, since PageUp/PageDown is > alread, and it should be the same. > > But the way it

[PATCH] Fix xterm-keys.vim example: t_kP/t_kN defined wrong

2014-12-19 Thread Daniel Hahler
From: Daniel Hahler It should not be necessary to define them, since PageUp/PageDown is alread, and it should be the same. But the way it was defined actually broke PageUp/PageDown, because '\e' or a real escape should have been used. --- examples/xterm-keys.vim | 3 --- 1 file changed, 3 delet