Opened 15 years ago
Closed 15 years ago
#22433 closed enhancement (fixed)
vim-7.2.264 enable X without GUI to get system register
Reported by: | achristianson@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
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 (1)
Change History (4)
Changed 15 years ago by achristianson@…
Attachment: | Portfile.patch added |
---|
comment:2 Changed 15 years ago by blb@…
Owner: | changed from macports-tickets@… to raimue@… |
---|
comment:3 Changed 15 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sorry, must have missed this ticket.
Committed in r63213.
Note: See
TracTickets for help on using
tickets.
patch that includes the new variant