I, for one, use the rightleft functionality all the time, and I believe many others do as well. It's not perfect, but it works well enough. Getting it yanked out all of a sudden came as a bad surprise.
On Sunday, October 9, 2022 at 7:21:42 PM UTC+3 Tony Mechelynck wrote: > On Sun, Oct 9, 2022 at 12:45 PM Bram Moolenaar <[email protected]> > wrote: > > It is rather arbitrary. I moved features related to highlighting to the > > normal build, and features related to natural language support to the > > huge build. Now we have three builds that are different enough to > > justify their existence. You can pick the normal build and cherry-pick > > some features, or use the huge build and disable features that you don't > > want. > > OK, I'll compile a not-so-huge build and a really-huge build then (in > addition to smaller builds used mostly as a sanity check), as follows: > > This is the really-huge build: > > # configuration for Huge Vim > export CONF_OPT_GUI='--enable-gui=gtk3' > export CONF_OPT_PERL='--enable-perlinterp' > export CONF_OPT_PYTHON='--enable-pythoninterp' > export CONF_OPT_PYTHON3='--disable-python3interp' > export CONF_OPT_TCL='--enable-tclinterp' > # /usr/bin/tclsh (softlink) is correctly set > export CONF_OPT_RUBY='--enable-rubyinterp' > export CONF_OPT_LUA='--enable-luainterp' > export CONF_OPT_MZSCHEME='--disable-mzschemeinterp' > #export CONF_OPT_PLTHOME='--with-plthome=/usr/local/plt' > export CONF_OPT_CSCOPE='--enable-cscope' > export CONF_OPT_MULTIBYTE='--enable-multibyte' > export CONF_OPT_TERMINAL='--enable-terminal' > export CONF_OPT_AUTOSERVE='--enable-autoservername' > export CONF_OPT_FEAT='--with-features=huge' > export CONF_ARGS2='--with-vim-name=vim-huge' > export CONF_OPT_COMPBY='"[email protected]"' > > and this is ne not-so-huge one: > > # Configuration for Big (or "simplified Huge") Vim build > export CONF_OPT_GUI='--enable-gui=gtk3' > # the multibyte feature (+multi_byte) is now always enabled > # so the following is not really needed anymore > export CONF_OPT_MULTIBYTE='--enable-multibyte' > export CONF_OPT_TERMINAL='--disable-terminal' > export CONF_OPT_AUTOSERVE='--enable-autoservername' > export CONF_OPT_FEAT='--with-features=huge' > # export CONF_ARGS2='--with-vim-name=vim-big' > # let's actually name it "vim" (with symlinks from gvim, view, etc.) > export CONF_OPT_COMPBY='"[email protected]"' > > The difference is mostly in the interpreted languages and in the > terminal feature, all of which are disabled in the lesser of the two. > I'll keep an eye on how the featureset (as shown by :version) evolves. > > 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/e6fcbcdb-81d5-4198-9c53-7af3c88d0537n%40googlegroups.com.
