Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Axel
Since some patches (right now at 7.3.712) I experience the following behavior ([] denotes the cursor position, the character after the arrow the input): a[a]aa - a aa[]aa - spc aa []aa - ^ aa []aa - spcShould result in aa ^[]aa aa []aa - esc aa[ ]aa - sgA shows 0x20

Re: Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Ben Fritz
On Monday, October 29, 2012 9:34:36 AM UTC-5, Christian Brabandt wrote: On Mon, October 29, 2012 11:21, Axel wrote: Since some patches (right now at 7.3.712) I experience the following behavior ([] denotes the cursor position, the character after the arrow the input): a[a]aa

Re: Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Axel
Hi Ben, reproducible with both calls here. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Christian Brabandt
On Mon, October 29, 2012 16:17, Axel wrote: s makes the cursor move to the beginning of the line(!) changing the character found there (hence the $ sign). Also, the character ^ is in fact not displayed. And how do you start Vim? Did you test with vim -u NONE -U NONE -N Does cl work like s (it

Re: Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Axel
Addendum: Sorry all, as Ben has already noticed, this is a double post. The original one is in the place he indicated... I'll switch over to the other one. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Jürgen Krämer
Hi, Ben Fritz schrieb: On Monday, October 29, 2012 9:34:36 AM UTC-5, Christian Brabandt wrote: On Mon, October 29, 2012 11:21, Axel wrote: Since some patches (right now at 7.3.712) I experience the following behavior ([] denotes the cursor position, the character after the arrow the

Re: Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Jürgen Krämer
Hi, Christian Brabandt wrote: On Mon, October 29, 2012 16:17, Axel wrote: s makes the cursor move to the beginning of the line(!) changing the character found there (hence the $ sign). Also, the character ^ is in fact not displayed. And how do you start Vim? Did you test with vim -u NONE

Re: Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Jürgen Krämer
Hi, Jürgen Krämer wrote: I can confirm this behavior on Vim 7.3.1-712 on Windows 7, compiled with MS-C 16.0.40219.1 (i.e., Visual Studio 2008), although it only seems to happen of every other input of ^. The caret is a dead-letter key and is ignored although a space is pressed

Re: Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Ben Schmidt
On 30/10/12 2:40 AM, Jürgen Krämer wrote: Hi, Christian Brabandt wrote: On Mon, October 29, 2012 16:17, Axel wrote: s makes the cursor move to the beginning of the line(!) changing the character found there (hence the $ sign). Also, the character ^ is in fact not displayed. And how do you

Re: Weird behavior after ^ or ´

2012-10-29 Fir de Conversatie Christian Brabandt
Hi Ben! On Di, 30 Okt 2012, Ben Schmidt wrote: On 30/10/12 2:40 AM, Jürgen Krämer wrote: Hi, Christian Brabandt wrote: On Mon, October 29, 2012 16:17, Axel wrote: s makes the cursor move to the beginning of the line(!) changing the character found there (hence the $ sign). Also, the