| Index: .ycm_extra_conf.py
|
| diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
|
| index c6d46d551330313d35f2c51f47076f8905d4913e..e2c2cbec206593dc3710af03d890c6a912069a90 100644
|
| --- a/.ycm_extra_conf.py
|
| +++ b/.ycm_extra_conf.py
|
| @@ -31,7 +31,7 @@
|
| # For more information, please refer to <http://unlicense.org/>
|
|
|
|
|
| -# NOTE(fletch-vim-users):
|
| +# NOTE(dartino-vim-users):
|
| #
|
| # This file can be generated by
|
| # * Using the YCME Generator [0]
|
| @@ -47,13 +47,13 @@ import ycm_core
|
|
|
| global_flags = [
|
| '-DDEBUG',
|
| - '-DFLETCH32',
|
| - '-DFLETCH64',
|
| - '-DFLETCH_ASAN',
|
| - '-DFLETCH_CLANG',
|
| - '-DFLETCH_TARGET_IA32',
|
| - '-DFLETCH_TARGET_X64',
|
| - '-DFLETCH_TARGET_OS_POSIX',
|
| + '-DDARTINO32',
|
| + '-DDARTINO64',
|
| + '-DDARTINO_ASAN',
|
| + '-DDARTINO_CLANG',
|
| + '-DDARTINO_TARGET_IA32',
|
| + '-DDARTINO_TARGET_X64',
|
| + '-DDARTINO_TARGET_OS_POSIX',
|
| '-DNDEBUG',
|
| '-DTESTING',
|
| '-I.',
|
|
|