Skip to content

Commit 4b66e73

Browse files
authored
Update vim-go.txt
1 parent 1f0e516 commit 4b66e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/vim-go.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1467,8 +1467,8 @@ Use this option to use the popup-window for |K| and |:GoDoc|, rather than the
14671467

14681468
*'g:go_doc_popup_border'*
14691469

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

0 commit comments

Comments
 (0)