Skip to content

Commit

Permalink
Update vim-go.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkai authored May 28, 2020
1 parent 1f0e516 commit 4b66e73
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 @@ -1467,8 +1467,8 @@ Use this option to use the popup-window for |K| and |:GoDoc|, rather than the

*'g:go_doc_popup_border'*

Use this option to custome border chars of the popup-window for |K| and |:GoDoc|,
Default is empty. Example usage, set the border as rounded:
Use this option to custome border chars of the popup-window for |K| and
|:GoDoc|, Default is empty. Example usage, set the border as rounded:
>
let g:go_doc_popup_border = ['─', '│', '─', '│', '╭', '╮', '╯', '╰']
<
Expand Down

0 comments on commit 4b66e73

Please sign in to comment.