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 >
395395 let g:OmniSharp_want_snippet = 0
396396<
397397 *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.
403403Default: 0 >
404404 let g:OmniSharp_completion_without_overloads = 0
405405<
@@ -498,8 +498,8 @@ convenient user re-mapping. These can be used like so: >
498498:OmniSharpFindSymbol
499499 Fuzzy-search through symbols
500500
501- *:OmniSharpFindType*
502- *<Plug>(omnisharp_find_type)*
501+ *:OmniSharpFindType*
502+ *<Plug>(omnisharp_find_type)*
503503:OmniSharpFindType
504504 Fuzzy-search through types. Better performance than OmniSharpFindSymbol in
505505 a large codebase.
You can’t perform that action at this time.
0 commit comments