Skip to content

Commit

Permalink
Merge pull request #2699 from bhcleek/mappings/go-def-type
Browse files Browse the repository at this point in the history
mappings: add missing help for newish mappings
  • Loading branch information
bhcleek committed Feb 7, 2020
2 parents b686094 + b5405bc commit 90b0b28
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ Show the relevant GoDoc for the word under in browser

*(go-def)*

Goto declaration/definition. Results are shown in the current buffer.
Goto declaration/definition. Results are shown in the current window.

*(go-def-split)*

Expand All @@ -1063,6 +1063,24 @@ Jumps to an existing buffer if |'g:go_def_reuse_buffer'| is enabled.
*(go-def-tab)*

Goto declaration/definition. Results are shown in a tab window.
Jumps to an existing buffer if |'g:go_def_reuse_buffer'| is enabled.

*(go-def-type)*

Goto type declaration/definition. Results are shown in the current window.
Jumps to an existing buffer if |'g:go_def_reuse_buffer'| is enabled.

*(go-def-type-vertical)*
Goto type declaration/definition. Results are shown in a vertical split
window.
Jumps to an existing buffer if |'g:go_def_reuse_buffer'| is enabled.

*(go-def-type-split)*
Goto type declaration/definition. Results are shown in a split window.
Jumps to an existing buffer if |'g:go_def_reuse_buffer'| is enabled.

*(go-def-type-tab)*
Goto type declaration/definition. Results are shown in a tab window.
Jumps to an existing buffer if |'g:go_def_reuse_buffer'| is enabled.

*(go-def-stack)*
Expand Down Expand Up @@ -1146,6 +1164,9 @@ return values and the numbers.

Calls |:GoModFmt| for the current buffer

*(go-diagnostics)*
Calls `:GoDiagnostics`

==============================================================================
TEXT OBJECTS *go-text-objects*

Expand Down

0 comments on commit 90b0b28

Please sign in to comment.