On Thu, Mar 3, 2016 at 2:23 PM, Bram Moolenaar <[email protected]> wrote: > > Patch 7.4.1478 > Problem: ":loadplugin" doesn't take care of ftdetect files. > Solution: Also load ftdetect scripts when appropriate. > Files: src/ex_cmds2.c
After applying this patch (i.e., updating from the previous patchlevel to this one), link failure in Tiny but not in Huge: link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. gcc -L/usr/local/lib -Wl,--as-needed -o vi objects/buffer.o objects/blowfish.o objects/charset.o objects/crypt.o objects/crypt_zip.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o objects/window.o objects/json.o objects/main.o objects/memfile.o -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lgpm -ldl objects/ex_cmds2.o: In function `may_do_filetypes': ex_cmds2.c:(.text+0x31f): undefined reference to `eval_to_number' collect2: error: ld returned 1 exit status link.sh: Linking failed Makefile:1805: recipe for target 'vi' failed make: *** [vi] Error 1 exit status 2 -- -- 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/d/optout.
