Re: Cursor anomoly: apparent and actual positions differ

2012-05-02 Thread Christian Brabandt
Hi Bram! On Mi, 02 Mai 2012, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > On Mo, 30 Apr 2012, John Beckett wrote: > > > > > I confirm there is a bug (Vim 7.3.509 on Windows). > > > > > > I slightly simplified the example to show the minimum that > > > demonstrates the problem, as

Re: Cursor anomoly: apparent and actual positions differ

2012-05-02 Thread Bram Moolenaar
Christian Brabandt wrote: > On Mo, 30 Apr 2012, John Beckett wrote: > > > I confirm there is a bug (Vim 7.3.509 on Windows). > > > > I slightly simplified the example to show the minimum that > > demonstrates the problem, as below: > > > > " --- start bug.txt -- > > " T

Re: Cursor anomoly: apparent and actual positions differ

2012-05-02 Thread Christian Brabandt
Hi John! On Mo, 30 Apr 2012, John Beckett wrote: > I confirm there is a bug (Vim 7.3.509 on Windows). > > I slightly simplified the example to show the minimum that > demonstrates the problem, as below: > > " --- start bug.txt -- > " To show anomaly, launch Vim as: > "

RE: Cursor anomoly: apparent and actual positions differ

2012-04-29 Thread John Beckett
I confirm there is a bug (Vim 7.3.509 on Windows). I slightly simplified the example to show the minimum that demonstrates the problem, as below: " --- start bug.txt -- " To show anomaly, launch Vim as: " vim -N -u NONE bug.txt " and enter: " :so % " :13 " if v:versi

Cursor anomoly: apparent and actual positions differ

2012-04-29 Thread Michael Henry
All, I've noticed some strange cursor behavior when following one of the Wiki tips. Below is a 26-line-long file to describe and demonstrate the problem. " --- start of "cursor-pos-anomoly.txt" -- " To show anomoly, launch Vim as: " vim -u NONE cursor-pos-anomoly.txt "+