Re: undo-corruption and valgrind error

2013-11-07 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Thu, November 7, 2013 03:04, Bram Moolenaar wrote: Christian Brabandt wrote: ./vim -u NONE -N -c ':set ul=5' 1):for i in range(1,10)| call feedkeys(o.i.\e, 't')|endfor (i.e. make sure echo line is a single undoable change). 2)(undo as long as it is

undo-corruption and valgrind error

2013-11-06 Fir de Conversatie Christian Brabandt
Bram, while investigating tests for makeing 'ul' settings global-local, I see some problems with the undo state. ./vim -u NONE -N -c ':set ul=5' 1):for i in range(1,10)| call feedkeys(o.i.\e, 't')|endfor (i.e. make sure echo line is a single undoable change). 2)(undo as long as it is possible,

Re: undo-corruption and valgrind error

2013-11-06 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: Bram, while investigating tests for makeing 'ul' settings global-local, I see some problems with the undo state. ./vim -u NONE -N -c ':set ul=5' 1):for i in range(1,10)| call feedkeys(o.i.\e, 't')|endfor (i.e. make sure echo line is a single undoable change).

Re: undo-corruption and valgrind error

2013-11-06 Fir de Conversatie Christian Brabandt
On Thu, November 7, 2013 03:04, Bram Moolenaar wrote: Christian Brabandt wrote: ./vim -u NONE -N -c ':set ul=5' 1):for i in range(1,10)| call feedkeys(o.i.\e, 't')|endfor (i.e. make sure echo line is a single undoable change). 2)(undo as long as it is possible, e.g. press u 6 times)