Skip to content

Commit 2b19e6c

Browse files
authored
Merge pull request #1047 from abhinav/patch-1
Fix reference to go_highlight_{structs,interface}
2 parents 09522e5 + b14be23 commit 2b19e6c

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)