Auto merge of #2456 - micbou:remove-outdated-syntastic-option, r=Valloric

[READY] Remove outdated Syntastic option

The `ycm_register_as_syntastic_checker` option was introduced a long time ago in commit 16b6f877c6 and became obsolete when [Syntastic support was replaced](6c01881e1a). Since then, it doesn't serve any purpose except being an alias to the `ycm_show_diagnostics_ui` option which can be an issue (see #2455) so we remove it.

Fixes #2455.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2456)
<!-- Reviewable:end -->
This commit is contained in:
Homu 2016-12-02 08:56:36 +09:00
commit 48b7ccef76

View File

@ -96,8 +96,7 @@ let g:ycm_server_python_interpreter =
\ get( g:, 'ycm_path_to_python_interpreter', '' ) ) \ get( g:, 'ycm_path_to_python_interpreter', '' ) )
let g:ycm_show_diagnostics_ui = let g:ycm_show_diagnostics_ui =
\ get( g:, 'ycm_show_diagnostics_ui', \ get( g:, 'ycm_show_diagnostics_ui', 1 )
\ get( g:, 'ycm_register_as_syntastic_checker', 1 ) )
let g:ycm_enable_diagnostic_signs = let g:ycm_enable_diagnostic_signs =
\ get( g:, 'ycm_enable_diagnostic_signs', \ get( g:, 'ycm_enable_diagnostic_signs',