@@ -446,7 +446,7 @@ CTRL-t
446
446
:GoCoverage[!] [options]
447
447
448
448
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.
450
450
451
451
If [!] is not given the first error is jumped to.
452
452
@@ -1262,8 +1262,8 @@ cleaned for each package after `60` seconds. This can be changed with the
1262
1262
1263
1263
*go#complete#GetInfo()*
1264
1264
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.
1267
1267
1268
1268
*go#complete#Complete()*
1269
1269
@@ -1674,7 +1674,7 @@ an empty list; `staticcheck`'s `-checks` flag will not be used.
1674
1674
let g:go_metalinter_autosave_enabled = ['all']
1675
1675
<
1676
1676
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
1678
1678
>
1679
1679
let g:go_metalinter_autosave_enabled = ['vet', 'revive']
1680
1680
<
@@ -1690,7 +1690,7 @@ an empty list; `staticcheck`'s `-checks` flag will not be used.
1690
1690
let g:go_metalinter_enabled = ['all']
1691
1691
<
1692
1692
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
1694
1694
is
1695
1695
>
1696
1696
let g:go_metalinter_enabled = ['vet', 'revive', 'errcheck']
0 commit comments