abingham / emacs-ycmd

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

errors and warnings are not reported in windows #457

Open ashwinravianandan opened 6 years ago

ashwinravianandan commented 6 years ago

flycheck-ycmd is not reporting warnings on Windows.

ashwinravianandan commented 6 years ago

This is caused by the logic that restricts the warnings from ycmd to the current buffer. I have submitted a PR that addresses this. https://github.com/abingham/emacs-ycmd/pull/458