]> git.rmz.io Git - dotfiles.git/commitdiff
vim: don't include `/usr/include` in ycm_extra_conf
authorSamir Benmendil <samir.benmendil@ultrahaptics.com>
Wed, 15 Nov 2017 11:52:02 +0000 (11:52 +0000)
committerSamir Benmendil <samir.benmendil@ultrahaptics.com>
Wed, 15 Nov 2017 11:52:20 +0000 (11:52 +0000)
It is included by default when compiling and adding this will change the
order and break the build

vim/ycm_extra_conf.py

index 2bd7b4ea0e697377c06df568b7f447c233c77300..5d6e9f7d220561e7b81d50f31fcf12980254eb91 100644 (file)
@@ -13,8 +13,6 @@ BASE_FLAGS = [
     '-Wall',
     '-std=c++1z',
     '-x', 'c++',
-    '-isystem', '/usr/include',
-    '-isystem', '/usr/local/include',
 ]
 
 EXTRA_FLAGS = [