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

[RFC] Remove unused const FEAT_GUI* #2609

Closed

Commits on Jun 9, 2015

  1. Macro cleanup: FEAT_GUI and ALWAYS_USE_GUI

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    7078644 View commit details
    Browse the repository at this point in the history
  2. Macro cleanup: FEAT_GUI_W32

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    1b37404 View commit details
    Browse the repository at this point in the history
  3. Macro cleanup: FEAT_GUI_MOTIF

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    6a35fa8 View commit details
    Browse the repository at this point in the history
  4. Macro cleanup: USE_FILE_CHOOSER

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    8263040 View commit details
    Browse the repository at this point in the history
  5. Macro cleanup: FEAT_BEVAL

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    b350a4d View commit details
    Browse the repository at this point in the history
  6. Macro cleanup: FEAT_TOOLBAR

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    1beacbb View commit details
    Browse the repository at this point in the history
  7. Macro cleanup: FEAT_GUI_GTK

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    9f71c07 View commit details
    Browse the repository at this point in the history
  8. Macro cleanup: FEAT_GUI_X11

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    f20a8da View commit details
    Browse the repository at this point in the history
  9. Macro cleanup: FEAT_GUI_MAC

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    66c6ba4 View commit details
    Browse the repository at this point in the history
  10. Macro cleanup: FEAT_GUI_MSWIN

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    aaa85ee View commit details
    Browse the repository at this point in the history
  11. Macro cleanup: FEAT_BEVAL_TIP

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    e712ac5 View commit details
    Browse the repository at this point in the history
  12. Macro cleanup: FEAT_SHORTCUT, replace with WIN32

    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    ec270a9 View commit details
    Browse the repository at this point in the history
  13. Temporary disable code which references mch_resolve_shortcut

    This function is only used for windows
    'mch_resolve_shortcut' can be found in vim source src/os_mswin.c
    -> mch_resolve_shortcut(char_u *fname)
    
    Spotted by @equalsraf, see PR neovim#2609
    Hettomei authored and Timothée Gauthier committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    6672bc4 View commit details
    Browse the repository at this point in the history