neovim/contrib
Eliseo Martínez d9592fdbd0 Improve YCM contrib: Fix 'no newline at end of file' issue.
Problem:  YCM was reporting a much disturbing warning about a missing
          newline at the end of some files. This was odd, as the
          newlines were there and the warning only was shown for some
          files, not for all of them.
Cause:    After discussing this issue with @Valloric (see
          https://github.com/Valloric/YouCompleteMe/issues/950), it
          turned out that not YCM, but libclang is responsible for it.
          This is, same compilation flags that produce no warnings with
          clang-the-binary on the command line, do produce them with
          libclang-the-library when used by YCM.
Solution: Add an extra flag (-Wno_newline_eof) to those extracted from
          configuration database before passing them to YCM.
2014-10-20 08:14:30 -03:00
..
doxygen update customdoxygen.css for doxygen 1.8.7 2014-06-19 11:53:57 +02:00
vim-addon-local-vimrc add .vimrc and src/.ycm_extra_conf.py 2014-03-14 20:37:03 -03:00
YouCompleteMe Improve YCM contrib: Fix 'no newline at end of file' issue. 2014-10-20 08:14:30 -03:00