| Index: tools/vim/chromium.ycm_extra_conf.py
|
| diff --git a/tools/vim/chromium.ycm_extra_conf.py b/tools/vim/chromium.ycm_extra_conf.py
|
| index 01bc2cec210cb7d6091474226d49b81f365e321f..9dc47a921a3ba5901ea4aad4f92ababb6954dd1b 100644
|
| --- a/tools/vim/chromium.ycm_extra_conf.py
|
| +++ b/tools/vim/chromium.ycm_extra_conf.py
|
| @@ -58,9 +58,6 @@ import sys
|
| # Flags from YCM's default config.
|
| _default_flags = [
|
| '-DUSE_CLANG_COMPLETER',
|
| - '-std=c++11',
|
| - '-x',
|
| - 'c++',
|
| ]
|
|
|
|
|
| @@ -247,6 +244,7 @@ def GetClangOptionsFromCommandLine(clang_commandline, out_dir,
|
| (List of Strings) The list of command line flags for this source file. Can
|
| be empty.
|
| """
|
| + print clang_commandline, out_dir, additional_flags
|
| clang_flags = [] + additional_flags
|
|
|
| # Parse flags that are important for YCM's purposes.
|
|
|