Skip to content

Commit

Permalink
Merge pull request #897 from ryunix/fix-doc
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
fatih authored Jun 11, 2016
2 parents 1147bbc + 85579cb commit 478a239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1122,13 +1122,13 @@ Highlights method names. By default it's disabled. >

Highlights struct names. By default it's disabled. >
let go:go_highlight_fields = 0
let g:go_highlight_structs = 0
<
*'g:go_highlight_fields'*

Highlights field names. By default it's disabled. >
let g:go_highlight_structs = 0
let g:go_highlight_fields = 0
<
*'g:go_highlight_interfaces'*

Expand Down

0 comments on commit 478a239

Please sign in to comment.