I have ctags.exe on my path and "nnoremap <silent> <F8> ... my file. I only see the file name in the taglist buffer when I press F8. I created the python file...
Hello, ... Do you have the Vim filetype detection enabled? When the perl file is opened in Vim, what is the output of the following command? ... You can enable...
... I do have 'filetype on'; vim recognizes and correctly indents python files. ... change the ... is used ... I'll give that last one a try. Thanks for the...
Hello, ... In version 4.0 of the taglist plugin, I tried to implement the support for automatically opening the taglist window in new tabs. I ran into several...
I am not sure this plugin supports gvim 7.0. I am getting the following error ***Warning*** AsNeeded unable to find <xxx9_Tlist_Window_Toggle> in the...
Hello, ... This error message is coming from the AsNeeded.vim plugin (not from the taglist plugin). Are you placing the taglist plugin in the .vim/AsNeeded...
Hello, I have the following problem: If I set Tlist_Show_One_File to 1 and have multiple vim buffers opened, the taglist buffer always keeps showing tags ONLY...
Hello, ... I am not able to reproduce these problems with both Vim 6.4 and Vim 7.0 with taglist version 4.1 and with the Tlist_Show_One_File variable set to 1....
I installed taglist_41.zip, vim 7.0, and ctags 5.6. I have set Tlist_Ctags_Cmd in both _vimrc and _gvimrc let Tlist_Ctags_Cmd='c:/Progra~1/ctags56/ctags.exe' ...
Hello, ... From the above messages it looks like exuberant ctags is returning an empty output. Can you check the values for the following Vim options? ... Are...
I am trying to set up Tag in GVIM. Can you help me out? I downloaded taglist_41.zip and installed, and it still doesn't work with VHDL. What can I do? Thanks,...
Hi, I am a newbie. I wanted to know if I can find a tag from the source to a corresponding tag in the taglist window. For example I have a c file which uses a...
Hello, ... Highlighting a tag from the name of the tag is not supported by the taglist plugin. You may have multiple matching tags for a given name. In this...
I'm trying to set the coloring of the 'unfolded' tags on the Tlist. 'hl-Folded', is fine to set the collapsed colours, but when the folds are expanded, I don't...
Hi, The Tlist window is not displaying any tags. So i suspected that Tlist_Ctags_Cmd is not set properly. But when i tried to set Tlist_Ctags_Cmd i get the...
Hello, ... You are using the 'set' command to set the Tlist_Ctags_Cmd variable. The ':set' command should be used only for changing the Vim options. For...
Hi, On FreeBSD (and other BSDs, I think), exuberant ctags is installed as "exctags" so as not to conflict with the base ctags utility. This was even mentioned...
Hello, ... The taglist plugin relies on exuberant ctags to properly parse a file and generate the tags defined in that file. Can you run exuberant ctags from...
I am editing one C++ file and open the taglist window by the":TlistToggle" command. How to list all the files calling a particular function? e.g. My C++ file...
Hello, ... The taglist plugin doesn't support this. The exuberant ctags tool doesn't generate information about functions calling other functions. You have to...
... I use ":vimgrep" for this, e.g. ":vimgrep Socket::Accept *.cpp". You can then jump to each successive match of Socket::Accept by typing ":cn" If :vimgrep...
Hi taglist group, I've got some problems when using taglist together with the standard explorer plugin: /usr/share/vim/vim63/plugin/explorer.vim Sample output...
Hi, I just recently moved to a mac as a long time linux and taglist user. I got everything working just fine, but for some reason Vim7 (from www.macvim.org) +...
Hello, ... Can you use the following sequence of commands and get the debug message output from the taglist plugin? ... You can use the timestamp in the...