Index: tools/vim/v8.ycm_extra_conf.py |
diff --git a/tools/vim/v8.ycm_extra_conf.py b/tools/vim/v8.ycm_extra_conf.py |
index 4de4eddd1028a1cbf400bd88d93ab4ee9fa8024c..412e17245b08849d897da0b463f917bb78c4efa6 100644 |
--- a/tools/vim/v8.ycm_extra_conf.py |
+++ b/tools/vim/v8.ycm_extra_conf.py |
@@ -46,7 +46,7 @@ import sys |
# Flags from YCM's default config. |
flags = [ |
'-DUSE_CLANG_COMPLETER', |
-'-std=c++11', |
+'-std=gnu++0x', |
'-x', |
'c++', |
] |