Yegappan wrote:
> Hi Bram, > > On Wed, Apr 29, 2020 at 12:04 PM Bram Moolenaar <[email protected]> wrote: > > > > > Patch 8.2.0660 > > Problem: The search.c file is a bit big. > > Solution: Split off the text object code to a separate file. (Yegappan > > Lakshmanan, closes #6007) > > Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak, > > src/Make_mvc.mak, src/Make_vms.mms, src/Makefile, > > src/README.md, > > src/proto.h, src/proto/search.pro, src/proto/textobject.pro, > > src/search.c, src/textobject.c > > > > > > *** ../vim-8.2.0659/src/Makefile 2020-04-23 15:41:21.867364624 +0200 > > --- src/Makefile 2020-04-29 20:39:26.469343540 +0200 > > *************** > > *** 404,410 **** > > # Use --with-luajit if you want to use LuaJIT instead of Lua. > > # Set PATH environment variable to find lua or luajit executable. > > # This requires at least "normal" features, "tiny" and "small" don't > > work. > > ! #CONF_OPT_LUA = --enable-luainterp > > #CONF_OPT_LUA = --enable-luainterp=dynamic > > #CONF_OPT_LUA = --enable-luainterp --with-luajit > > #CONF_OPT_LUA = --enable-luainterp=dynamic --with-luajit > > --- 404,410 ---- > > # Use --with-luajit if you want to use LuaJIT instead of Lua. > > # Set PATH environment variable to find lua or luajit executable. > > # This requires at least "normal" features, "tiny" and "small" don't > > work. > > ! CONF_OPT_LUA = --enable-luainterp > > #CONF_OPT_LUA = --enable-luainterp=dynamic > > #CONF_OPT_LUA = --enable-luainterp --with-luajit > > #CONF_OPT_LUA = --enable-luainterp=dynamic --with-luajit [...] > I think the above changes are not intentional and needs to be removed. Oops, forgot to diff against the clean file. -- "Space is big. Really big. You just won't believe how vastly hugely mind- bogglingly big it is. I mean, you may think it's a long way down the road to the chemist, but that's just peanuts to space." -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/202004292116.03TLGxPS015720%40masaka.moolenaar.net.
