JRM 107 Practically a Master Poster

Helo again.

I was experimenting with the use of ctags in Vim. Before I started, I made sure to download the lastest and greatest version of "exuberent ctags.

While the Vim manual says to run ctags *.c, i took the liberty to run ctags *.cpp instead (just in case...).

The description lead me to believe that it would work like a manaully operated stepping from function call to function call , although it requires human intervention to select the call within a call.

Mine will find A function, but if Iselect (with cursor over and CTRL -] ) another function I don't get the expected result.

Do any of you have a "favorite" way to set up Vim for programming in C++. I have already run the reccomended script to generate the rc file which activates the default "advanced behaviors" such as code coloring etc..

I'm learning something new about this editor every day.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.