On Mon, May 8, 2023 at 11:09 PM Bram Moolenaar <[email protected]> wrote: [...] > This is indeed strange. The configure check for sodium defaults to only > checking when using "huge" features. That makes sense, it is something > advanced, not always needed. But in the src/feature.h file the > FEAT_HUGE macro is checked again. Thus when overriding the configure > check to check for sodium also with "normal" features, it gets excluded > there. I don't see any reason for that. > > I'll make a patch to change this. Let me know if I missed a situation > where the existing logic did make sense.
After applying patch 1528, the procedure described earlier (with --with-features=normal and also --enable-libsodium) does indeed build a Normal Vim with +sodium compiled-in. Thanks! Best regards, Tony. -- -- 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/CAJkCKXsF185LUBwEeTATiojuO%2B7MP%3DTvHFiG%2BRNH2cKNqsFq1Q%40mail.gmail.com.
