TIL: Show current C function in vim status line sans plugins

from blog Guru Das Srinagesh, | ↗ original
I primarily work on the Linux kernel (which is written almost entirely in C) and I frequently find myself needing to know which function I'm currently in while browsing the codebase. There is, of course, the dictum that functions should be as small as possible and not more than a screen's length long; this is mostly just a guiding principle ... →...