'how to present function name at statusline on vim
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
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Seok-gi Hong |