From: Samir Benmendil Date: Wed, 15 Nov 2017 11:52:02 +0000 (+0000) Subject: vim: don't include `/usr/include` in ycm_extra_conf X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/34ec4ebefa10b27275f241bd378f4e4dbc6177b3 vim: don't include `/usr/include` in ycm_extra_conf It is included by default when compiling and adding this will change the order and break the build --- diff --git a/vim/ycm_extra_conf.py b/vim/ycm_extra_conf.py index 2bd7b4e..5d6e9f7 100644 --- a/vim/ycm_extra_conf.py +++ b/vim/ycm_extra_conf.py @@ -13,8 +13,6 @@ BASE_FLAGS = [ '-Wall', '-std=c++1z', '-x', 'c++', - '-isystem', '/usr/include', - '-isystem', '/usr/local/include', ] EXTRA_FLAGS = [