Bram Moolenaar wrote: > Patch 7.4.907 > Problem: Libraries for dynamically loading interfaces can only be defined > at compile time. > Solution: Add options to specify the dll names. (Kazuki Sakamoto, > closes #452) > Files: runtime/doc/if_lua.txt, runtime/doc/if_perl.txt, > runtime/doc/if_pyth.txt, runtime/doc/if_ruby.txt, > runtime/doc/options.txt, src/if_lua.c, src/if_perl.xs, > src/if_python.c, src/if_python3.c, src/if_ruby.c, src/option.c, > src/option.h > [snip]
I had a problem applying part of 7.4.907: Applying patch 7.4.907 patching file runtime/doc/if_lua.txt patching file runtime/doc/if_perl.txt patching file runtime/doc/if_pyth.txt Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #2 FAILED at 679. 1 out of 2 hunks FAILED -- saving rejects to file runtime/doc/if_pyth.txt.rej I was able to manually install rejected text, though. I think what happened is that there is a difference between the git version and the ftp version, and the patch hunk was associated with the git version. Regards, Chip Campbell -- -- 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.
