abingham / emacs-ycmd

Emacs client for ycmd, the code completion system.
MIT License
384 stars 46 forks source link

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

Open nilsdeppe opened 4 years ago

nilsdeppe commented 4 years ago

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.