Fix up typo and phrasing in README & add g:ycm_csharp_server_port to youcompleteme.txt in doc
This commit is contained in:
parent
9e58245088
commit
7cf0bfc834
@ -1253,9 +1253,9 @@ Default: `1`
|
|||||||
|
|
||||||
### The `g:ycm_csharp_server_port` option
|
### The `g:ycm_csharp_server_port` option
|
||||||
|
|
||||||
When g:ycm_auto_start_csharp_server set to `1`, specifies the port for
|
When g:ycm_auto_start_csharp_server is set to `1`, specifies the port for
|
||||||
the OmniSharp server to listen on. When set to `0` uses the OS default
|
the OmniSharp server to listen on. When set to `0` uses an unused port provided
|
||||||
behavior.
|
by the OS.
|
||||||
|
|
||||||
Default: `0`
|
Default: `0`
|
||||||
|
|
||||||
|
@ -1460,6 +1460,17 @@ closing Vim.
|
|||||||
Default: '1'
|
Default: '1'
|
||||||
>
|
>
|
||||||
let g:ycm_auto_stop_csharp_server = 1
|
let g:ycm_auto_stop_csharp_server = 1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
The *g:ycm_csharp_server_port* option
|
||||||
|
|
||||||
|
When g:ycm_auto_start_csharp_server is set to '1', specifies the port for
|
||||||
|
the OmniSharp server to listen on. When set to '0' uses an unused port provided
|
||||||
|
by the OS.
|
||||||
|
|
||||||
|
Default: '0'
|
||||||
|
>
|
||||||
|
let g:ycm_csharp_server_port = 0
|
||||||
<
|
<
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
The *g:ycm_add_preview_to_completeopt* option
|
The *g:ycm_add_preview_to_completeopt* option
|
||||||
|
Loading…
Reference in New Issue
Block a user