File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -395,11 +395,11 @@ Default: 0 >
395
395
let g:OmniSharp_want_snippet = 0
396
396
<
397
397
*g:OmniSharp_completion_without_overloads*
398
- Use this option to get completion results without method arguments. Consequently,
399
- overloads will not be part of the completion results. For this feature to be
400
- enabled it is required that g:OmniSharp_want_snippet is set to 0; the two options
401
- contradict each other and if both are enabled, g:OmniSharp_want_snippet takes
402
- precedence.
398
+ Use this option to get completion results without method arguments.
399
+ Consequently, overloads will not be part of the completion results. For this
400
+ feature to be enabled it is required that g:OmniSharp_want_snippet is set to
401
+ 0; the two options contradict each other and if both are enabled,
402
+ g:OmniSharp_want_snippet takes precedence.
403
403
Default: 0 >
404
404
let g:OmniSharp_completion_without_overloads = 0
405
405
<
@@ -498,8 +498,8 @@ convenient user re-mapping. These can be used like so: >
498
498
:OmniSharpFindSymbol
499
499
Fuzzy-search through symbols
500
500
501
- *:OmniSharpFindType*
502
- *<Plug>(omnisharp_find_type)*
501
+ *:OmniSharpFindType*
502
+ *<Plug>(omnisharp_find_type)*
503
503
:OmniSharpFindType
504
504
Fuzzy-search through types. Better performance than OmniSharpFindSymbol in
505
505
a large codebase.
You can’t perform that action at this time.
0 commit comments