Opened 12 years ago
Closed 12 years ago
#36212 closed enhancement (fixed)
vim: consider making +huge a default variant
Reported by: | blair (Blair Zajac) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | larryv (Lawrence Velázquez) | |
Port: | vim vim-app MacVim |
Description
Coming from Ubuntu or Fedora, vim is built using --with-features=huge, so coming to a default vim install on Mac OS X, vim is missing a number of features.
What do you think about add +huge to the list of default variants?
Change History (4)
comment:1 Changed 12 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
comment:3 Changed 12 years ago by raimue (Rainer Müller)
Port: | vim-app MacVim added |
---|
Done for MacVim in r101347.
comment:4 Changed 12 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Done for vim and vim-app in r101348.
Note: See
TracTickets for help on using
tickets.
Good point. In the past, I was used to different packages such as vim, vim-full and vim-tiny in other distributions. However, as you say, it seems like this has changed and others are now offering larger packages by default.
Debian/Ubuntu: vim: huge, vim-tiny: small FreeBSD: vim: big, vim-lite: normal(?) Fedora: vim-enhanced: huge, vim-minimal: small
Looking at
:help +feature-list
suggests that only:profile
is additionally enabled with +huge compared to +big... So a new default seems reasonable and I will add adefault_variant
with the next version update.