mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
620f205539
This commit completely rewires the vim ports. It includes the following: * `vim' is now a TUI-only package. It is what the `vim-console' port was. * `vim-gtk3' includes the TUI binary (vim) and a GTk3-backed GUI. It is what the `vim' port was. * Each GUI toolkit has a separate package. There is vim-gtk3, -gtk2, -motif, -athena, and -x11. * `vim-tiny' is still the same thing, except it includes a defaults.vim stub to silence a startup error message. * Only the python3 language binding is included by default. Perl, Ruby, TCL, Scheme, and Lua can still be enabled via options. But there are very, very few plugins that require anything other than python. * py27 support is removed entirely. * CScope support is unconditionally enabled, but vim no longer depends upon it. If cscope is installed, it'll be used. * The default ctags is now the version included in base. It's very rudimentary, but only a subset of users use ctags at all. Universal or exuberant ctags can still be enabled via option knobs.
17 lines
777 B
Plaintext
17 lines
777 B
Plaintext
Vim is a highly configurable text editor built to enable efficient text editing.
|
|
It is an improved version of the vi editor distributed with most UNIX systems.
|
|
|
|
Vim is often called a "programmer's editor," and so useful for programming that
|
|
many consider it an entire IDE. It's not just for programmers, though. Vim is
|
|
perfect for all kinds of text editing, from composing email to editing
|
|
configuration files.
|
|
|
|
FreeBSD has the following Vim packages:
|
|
* vim: Console-only Vim (vim binary) with all runtime files
|
|
* vim-gtk3, -gtk2, -athena, -motif, -x11: Console Vim plus a GUI (gvim binary)
|
|
* vim-tiny: Vim binary only, with no runtime files. Not useful for most people;
|
|
intended for minimal (ex. jail) installations
|
|
|
|
WWW: http://www.vim.org/
|
|
WWW: https://github.com/vim/vim
|