Explorar o código

Remove outdated Syntastic option

micbou %!s(int64=8) %!d(string=hai) anos
pai
achega
b26d395ed1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      plugin/youcompleteme.vim

+ 1 - 2
plugin/youcompleteme.vim

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