Update g:ycm_max_diagnostics_to_display docs

This commit is contained in:
micbou 2019-01-20 13:16:54 +01:00
parent ccc06c2c42
commit 1c11508782
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 8 additions and 4 deletions

View File

@ -2560,8 +2560,10 @@ let g:ycm_autoclose_preview_window_after_insertion = 0
### The `g:ycm_max_diagnostics_to_display` option ### The `g:ycm_max_diagnostics_to_display` option
This option controls the maximum number of diagnostics shown to the user when This option controls the maximum number of diagnostics shown to the user when
errors or warnings are detected in the file. This option is only relevant if you errors or warnings are detected in the file. This option is only relevant for
are using the C-family semantic completion engine. the C-family, C#, Java, JavaScript, and TypeScript languages.
A special value of `0` means there is no limit.
Default: `30` Default: `30`

View File

@ -2787,8 +2787,10 @@ Default: '0'
The *g:ycm_max_diagnostics_to_display* option The *g:ycm_max_diagnostics_to_display* option
This option controls the maximum number of diagnostics shown to the user when This option controls the maximum number of diagnostics shown to the user when
errors or warnings are detected in the file. This option is only relevant if errors or warnings are detected in the file. This option is only relevant for
you are using the C-family semantic completion engine. the C-family, C#, Java, JavaScript, and TypeScript languages.
A special value of '0' means there is no limit.
Default: '30' Default: '30'
> >