Skip to content

Commit

Permalink
Add GotoDeclaration functions to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincox committed Jun 19, 2014
1 parent 77f582b commit 9049783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/clang_complete.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,13 @@ Defaut: 0
*g:clang_jumpto_declaration_key*
Set the key used to jump to declaration.
Defaut: "<C-]>"
Note: You could use the g:ClangGotoDeclaration() to do the same with a mapping.

*clang_complete-jumpto_declaration_in_preview_key*
*g:clang_jumpto_declaration_in_preview_key*
Set the key used to jump to declaration.
Set the key used to jump to declaration in a preview window.
Defaut: "<C-W>]"
Note: You could use the g:ClangGotoDeclarationPreview() to do the same with a mapping.

*clang_complete-jumpto_back_key*
*g:clang_jumpto_back_key*
Expand Down

0 comments on commit 9049783

Please sign in to comment.