Ticket #22433 (closed enhancement: fixed)
vim-7.2.264 enable X without GUI to get system register
| Reported by: | achristianson@… | Owned by: | raimue@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | Cc: | achristianson@… | |
| Port: | vim |
Description
The system register (+ register) is not available to console vim (--enable-gui no) if X support is disabled (--without-x).
My suggestion is to add a new variant, called x, that enables X support even when the GUI option is not enabled.
I've attached a patch that adds this new variant.
Attachments
Change History
Changed 4 years ago by achristianson@…
- Attachment Portfile.patch added
Note: See
TracTickets for help on using
tickets.


patch that includes the new variant