Re: Patch 7.4a.027

2013-07-17 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: > > This patch has caused a linking failure under Cygwin: > > > > objects/if_python.o: In function `InsertBufferLines': > > /usr/src/vim/src/if_py_both.h:4018: undefined reference to > > `find_win_for_buf' > > /usr/src/vim/src/if_py_both.h:4076: undefined reference to > > `

Re: Patch 7.4a.027

2013-07-17 Fir de Conversatie Taro MURAOKA
> This patch has caused a linking failure under Cygwin: > > objects/if_python.o: In function `InsertBufferLines': > /usr/src/vim/src/if_py_both.h:4018: undefined reference to `find_win_for_buf' > /usr/src/vim/src/if_py_both.h:4076: undefined reference to `find_win_for_buf' > objects/if_python3.o:

Re: Patch 7.4a.027

2013-07-17 Fir de Conversatie Chris Sutcliffe
On 17 July 2013 11:15, Bram Moolenaar wrote: > > Patch 7.4a.027 > Problem:When Python adds lines to another buffer the cursor position is > wrong, it might be below the last line causing ml_get errors. > (Vlad Irnov) > Solution: Temporarily change

Patch 7.4a.027

2013-07-17 Fir de Conversatie Bram Moolenaar
Patch 7.4a.027 Problem:When Python adds lines to another buffer the cursor position is wrong, it might be below the last line causing ml_get errors. (Vlad Irnov) Solution: Temporarily change the current window, so that marks are corrected properly. Files