xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

Made GotoDeclaration functions public. #402

Closed kevincox closed 10 years ago

kevincox commented 10 years ago

Currently there is no way to access these functions except by automatic keybinding of g:clang_jumpto_declaration_key. It is useful to be able to bind to these keys.