Skip to content

Commit b14be23

Browse files
authored
Fix reference to go_highlight_{structs,interface}
This replaces a reference to `go_highlight_{structs,interface}` in the doc with `go_highlight_types`.
1 parent d9fa1bc commit b14be23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/vim-go.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1464,8 +1464,7 @@ Vim becomes slow while editing Go files~
14641464

14651465
Don't enable these options:
14661466
>
1467-
let g:go_highlight_structs = 0
1468-
let g:go_highlight_interfaces = 0
1467+
let g:go_highlight_types = 0
14691468
let g:go_highlight_operators = 0
14701469
<
14711470

0 commit comments

Comments
 (0)