|
@@ -153,6 +153,9 @@ let g:ycm_echo_current_diagnostic =
|
|
|
\ get( g:, 'ycm_echo_current_diagnostic',
|
|
|
\ get( g:, 'syntastic_echo_current_error', 1 ) )
|
|
|
|
|
|
+let g:ycm_filter_diagnostics =
|
|
|
+ \ get( g:, 'ycm_filter_diagnostics', {} )
|
|
|
+
|
|
|
let g:ycm_always_populate_location_list =
|
|
|
\ get( g:, 'ycm_always_populate_location_list',
|
|
|
\ get( g:, 'syntastic_always_populate_loc_list', 0 ) )
|