When I open any .c file, I hope that function name will be present at statusline according to current cursor position.
set statusline=%<%F%h%m%r%h%w%y\ %{strftime(\"%Y/%m/%d-%H:%M\")}%=\ col:%c%V\ ascii:%b\ pos:%o\ lin:%l\,%L\ %P
plz let me know how to present function name at statusline on vim
I found the solution.
first, it need to ctag. and then below vim.tgz extract at home directory.
https://drive.google.com/file/d/1e5_j79GILRrUr4rn6W9OsQAvnR-7n0Ao/view?usp=sharing
thanks Bryan