How can I display the function name in vim-airline?
问题 I'm using the ctags vim plugin to have the name of the current C function (=where the cursor is) displayed in the status line. Today I installed the vim-airline plugin. Fancy, but the C function name is no longer displayed in the status line. There is lots of room for more text. Is there a way to make ctags.vim and airline coexist or some other technique to show the function name somewhere in the status line like ctags does? I searched the :help airline for function but that did not answer my