Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim: Adds support for --with-gui option #25785

Closed
wants to merge 1 commit into from

Conversation

kenorb
Copy link

@kenorb kenorb commented Mar 26, 2018

  • Have you followed the guidelines for contributing?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install <formula>)?

@chdiza
Copy link
Contributor

chdiza commented Mar 27, 2018

Specifying a gui would mean requiring X11.

Also, mac is not a valid argument to --enable-gui IIRC. You'd have to specify athena, I think.

@chdiza
Copy link
Contributor

chdiza commented Mar 27, 2018

Or you could specify carbon, but that's been broken for a long time.

@kenorb
Copy link
Author

kenorb commented Mar 27, 2018

Couldn't find valid arguments for --enable-gui in Vim sources, I just guessed that these are the name of the files such as gui_x11.c, gui_gtk.c or gui_mac.c, but it seems it's not. So if gtk is supported, should it be used instead? Or set it to auto?

@ilovezfs
Copy link
Contributor

Thanks for the PR @kenorb, but we'll pass on this as we don't want to add more options to vim, especially not new GUI options. I suggest you use MacVim.

@ilovezfs ilovezfs closed this Mar 27, 2018
@chdiza
Copy link
Contributor

chdiza commented Mar 27, 2018

The arguments are in ./configure --help. All of them require X11. The de fact GUI Vim for macOS is MacVim.

@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants