update code

This commit is contained in:
程煊 2019-05-30 16:43:22 +08:00
parent 08e18b89b0
commit 52f2599f3f
2 changed files with 2 additions and 2 deletions

2
.vimrc
View File

@ -244,7 +244,7 @@ let g:NERDTreeDirArrowCollapsible='▼'
" YCM
let g:ycm_confirm_extra_conf = 0
let g:ycm_error_symbol = '✗'
let g:ycm_warning_symbol = ''
let g:ycm_warning_symbol = ''
let g:ycm_seed_identifiers_with_syntax = 1
let g:ycm_complete_in_comments = 1
let g:ycm_complete_in_strings = 1

View File

@ -37,7 +37,7 @@ import ycm_core
flags = [
'-Wall',
'-Wextra',
'-Werror',
# '-Werror',
'-Wno-long-long',
'-Wno-variadic-macros',
'-fexceptions',