Skip to content

vim-scripts/ctags.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

No packages published