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

Properly handle sym links to ycmd-global-config #501

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 8, 2020

  1. Properly handle sym links to ycmd-global-config

    Previously if ycmd-global-config was set to a symbolic link YCMD would not
    use the global config. By running the name of the file through (file-truename)
    we get the actual file location and use that for the global config.
    nilsdeppe committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    f34eb68 View commit details
    Browse the repository at this point in the history