On Fri, Mar 4, 2011 at 00:03, Bram Moolenaar <[email protected]> wrote: > Attached is the patch as I have it now. I fixed several warnings and > made a few cosmetic changes. The core code changes looks good. I'm not > sure if the tests cover enough of "normal usage" though. > > Let me know if anyone spots a problem with this before I send it out as > a regular patch.
For me, memfile_test linking fails with these errors: objects/if_xcmdsrv.o: In function `serverEventProc': src/if_xcmdsrv.c:1362: undefined reference to `serverConvert' src/if_xcmdsrv.c:1416: undefined reference to `serverConvert' src/if_xcmdsrv.c:1280: undefined reference to `serverConvert' src/if_xcmdsrv.c:1282: undefined reference to `server_to_input_buf' src/if_xcmdsrv.c:1284: undefined reference to `eval_client_expr_to_string' objects/if_xcmdsrv.o: In function `serverSendToVim': src/if_xcmdsrv.c:394: undefined reference to `eval_client_expr_to_string' src/if_xcmdsrv.c:407: undefined reference to `server_to_input_buf' In test77.in number of lines to be inserted is decreased to 200 000, which isn't enough. mf_hash_grow() is first called only after about 1.5M lines are inserted. In src/Makefile there's a line with an extra space before a tab, and make depend section isn't updated. -- 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
