Update g:ycm_max_diagnostics_to_display docs
This commit is contained in:
parent
ccc06c2c42
commit
1c11508782
@ -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`
|
||||||
|
|
||||||
|
@ -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'
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user