On 4/7/06, Sorav Bansal <[EMAIL PROTECTED]> wrote: > Is it possible to display the name of the C function in which the > cursor is currently placed? It would be great if I could get type > <Ctrl-G> (or any other key combo) to display the function name (along > with filename and line number).
I use Cfname plugin:
http://www.vim.org/scripts/script.php?script_id=1429
It shows name of current function on the statusline,
automatically updated. Very nice.
Yakov
