>> You can get a good idea at >> >> :help +feature-list >> >> as there's a key that tells you whether items are (T)iny, >> (S)mall, (N)ormal, (B)ig, or (H)uge. If you want to cut fat, >> attack the Big/Huge items first. Most of my list came from issuing > > When I compile vim, ./configure provides only a few options mainly for > enable interpreters, most features can only be chosen or disabled by > setting normal, big etc. Is there any way to cherry pick individual > features?
You can use the --enable-<feature> or --disable-<feature> as described at :help install-home (you have to skip down to the section entitled "SELECTING FEATURES", as there's no direct help link -- I'd put in a plug for adding *selecting-featurs* as a help target here). So it looks like you could use ./configure --disable-multibyte --disable-hangulinput ... for any of the features in :help +feature-list Hope this helps, -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
