diff --git a/doc/vim-go.txt b/doc/vim-go.txt index 341a2d1be9..76d9b0ace2 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -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 = ['─', '│', '─', '│', '╭', '╮', '╯', '╰'] <