Use the same version as the current macvim

This commit is contained in:
Ben Jackson 2019-06-01 15:04:53 +01:00
commit d458d06bc5
12 changed files with 733 additions and 4 deletions

View file

@ -0,0 +1,7 @@
def Settings( **kwargs ):
return {
'flags': [
'-x', 'c++',
'-Wextra', '-Werror', '-Wall'
]
}