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 the current window, so that marks are corrected > properly. > Files: src/if_py_both.h, src/window.c, src/proto/buffer.pro
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: 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' collect2: error: ld returned 1 exit status Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
