-
Notifications
You must be signed in to change notification settings - Fork 8
Display function name in the title bar.
vim-scripts/ctags.vim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=12 This script uses exuberant ctags to build the list of tags for the current file. CursorHold event is then used to update titlestring. Upon sourcing an autocommand is created with event type CursorHold. It updates the title string using the function GetTagName. Another autocommand of type BufEnter is created to generate tags for *.c, *.cpp and *.h files. Function GenerateTags builds an array of tag names. Function GetTagName takes line number argument and returns the tag name.
About
Display function name in the title bar.
Resources
Stars
Watchers
Forks
Packages 0
No packages published