Use the same version as the current macvim
This commit is contained in:
parent
de3c513b24
commit
d458d06bc5
12 changed files with 733 additions and 4 deletions
7
tests/testdata/cpp/simple/.ycm_extra_conf.py
vendored
Normal file
7
tests/testdata/cpp/simple/.ycm_extra_conf.py
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
def Settings( **kwargs ):
|
||||
return {
|
||||
'flags': [
|
||||
'-x', 'c++',
|
||||
'-Wextra', '-Werror', '-Wall'
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue