tyru / current-func-info.vim

Get current function name
http://www.vim.org/scripts/script.php?script_id=3197
62 stars 14 forks source link

Add return type and args #6

Open jonthn opened 12 years ago

jonthn commented 12 years ago

Currently get_func_name() only returns the function name.

It would be great if it also returns "return type" of the function & the arguments, I mainly thinking here for C code.