From b5405bcbc9da4c8f1a5d6f9944ad8ecdee31008b Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Wed, 5 Feb 2020 19:13:13 -0800 Subject: [PATCH] mappings: add missing help for newish mappings --- doc/vim-go.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/vim-go.txt b/doc/vim-go.txt index 415cceeff8..e9538608fb 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -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)* @@ -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)* @@ -1146,6 +1164,9 @@ return values and the numbers. Calls |:GoModFmt| for the current buffer + *(go-diagnostics)* +Calls `:GoDiagnostics` + ============================================================================== TEXT OBJECTS *go-text-objects*