Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
程煊 committed May 30, 2019
1 parent 08e18b8 commit 52f2599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .ycm_extra_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
flags = [
'-Wall',
'-Wextra',
'-Werror',
# '-Werror',
'-Wno-long-long',
'-Wno-variadic-macros',
'-fexceptions',
Expand Down

0 comments on commit 52f2599

Please sign in to comment.