Skip to content

Commit 76cab33

Browse files
authored
Merge pull request #3638 from jorgemxm/patch-1
docs: Fix minor typos in vim-go.txt
2 parents 18171a4 + 21c7ffa commit 76cab33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/vim-go.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ CTRL-t
446446
:GoCoverage[!] [options]
447447

448448
Create a coverage profile and annotates the current file's source code. If
449-
called again it rerurns the tests.
449+
called again it reruns the tests.
450450

451451
If [!] is not given the first error is jumped to.
452452

@@ -1262,8 +1262,8 @@ cleaned for each package after `60` seconds. This can be changed with the
12621262

12631263
*go#complete#GetInfo()*
12641264

1265-
Returns the description of the identifer under the cursor. Can be used to plug
1266-
into the statusline.
1265+
Returns the description of the identifier under the cursor. Can be used
1266+
to plug into the statusline.
12671267

12681268
*go#complete#Complete()*
12691269

@@ -1674,7 +1674,7 @@ an empty list; `staticcheck`'s `-checks` flag will not be used.
16741674
let g:go_metalinter_autosave_enabled = ['all']
16751675
<
16761676

1677-
When `g:go_metalinter_command is set to `golangci-lint'`, the default value is
1677+
When `g:go_metalinter_command is set to `golangci-lint`, the default value is
16781678
>
16791679
let g:go_metalinter_autosave_enabled = ['vet', 'revive']
16801680
<
@@ -1690,7 +1690,7 @@ an empty list; `staticcheck`'s `-checks` flag will not be used.
16901690
let g:go_metalinter_enabled = ['all']
16911691
<
16921692

1693-
When `g:go_metalinter_command` is set to `golangci-lint'`, the default value
1693+
When `g:go_metalinter_command` is set to `golangci-lint`, the default value
16941694
is
16951695
>
16961696
let g:go_metalinter_enabled = ['vet', 'revive', 'errcheck']

0 commit comments

Comments
 (0)