瀏覽代碼

Remove outdated Syntastic option

micbou 8 年之前
父節點
當前提交
b26d395ed1
共有 1 個文件被更改,包括 1 次插入2 次删除
  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',