Skip to content

Commit 3c98990

Browse files
committed
Tidy documentation formatting
1 parent 355c213 commit 3c98990

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/omnisharp-vim.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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.
403403
Default: 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.

0 commit comments

Comments
 (0)