From 34ec4ebefa10b27275f241bd378f4e4dbc6177b3 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 15 Nov 2017 11:52:02 +0000 Subject: [PATCH] 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 --- vim/ycm_extra_conf.py | 2 -- 1 file changed, 2 deletions(-) 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 = [ -- 2.48.1