Ike Devolder wrote: > Op zaterdag 16 maart 2013 14:21:23 schreef Bram Moolenaar: > > Patch 7.3.862 > > Problem: Dragging the status line can be slow. > > Solution: Look ahead and drop the drag event if there is a next one. > > Files: src/eval.c, src/misc1.c, src/proto/misc1.pro, src/normal.c > > > [...] > > > building vim tiny fails after this: > objects/misc1.o: In function `get_keystroke': > misc1.c:(.text+0x2331): undefined reference to `is_mouse_key' > misc1.c:(.text+0x23d1): undefined reference to `is_mouse_key' > collect2: error: ld returned 1 exit status > link.sh: Linking failed > > patch attached to fix this.
Thanks! -- Over the years, I've developed my sense of deja vu so acutely that now I can remember things that *have* happened before ... /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
