ctagloader : The script will traverse path tree and load ctag found on the way.
script karma |
Rating 12/11,
Downloaded by 1336 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Zuocheng Ren |
|
script type |
utility |
|
description |
This script will automatically traverse your path tree from the current directory all the way to root and load tags files found along the way.
This is often useful when you have a root ctag file for your project and you often work in some subdirectories of your projects.
For example, if you have a project structured as follows:
foo/
bar/
baz/
There is a ctag file (often named as tags/TAGS) in foo/ and you constantly work in foo/bar/ or foo/baz/
Say you are now in foo/bar/. If you execute "vim hello_world.c", the ctag file in foo/ will be found and loaded. |
|
install details |
Put ctagloader.vim into ~/.vim/plugin/. Then, when you load a file in vim, all the ctag files found should already be loaded. You can check if your ctag file is loaded by :set tags?. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.231.219.178
|