Posted on 2015-01-04
通过下载stl源码更新taglist
First of all,you need to make sure that you had omni installed.
Download SGI’sSTL;
With vim replace all __STL_BEGIN_NAMESPACE by “namespace std {“ and __STL_END_NAMESPACE by “}” (I use a macro to do this but maybe there is a better way eg: the command :bufdo) from header and source files.;
Run ctags and put the generated tags file in a directory eg:~/MyTags;
set tags+=~/MyTags/stltags.
We can do step 2) and 3) use the following sh:
Make sure that the stl is the same directory with sh.
转自: http://blog.csdn.net/int64ago/article/details/7246826