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...
Hello, ... I can reproduce the problem. The Explorer plugin is using the following sequence of commands: wincmd p " Perform some operation in the file window ...
... Interesting, here is the output from TlistMessages: 11:06:48: Removing the tags menu for a file 11:06:54: Adding the base menu 11:06:54: Tlist_Refresh...
Yikes, what a way to spend a Friday morning. I tracked the bug down to this option: let Tlist_Show_Menu = 1 Everything works wonderful until I set that...
Hello, ... The above variable controls whether the tags in a file are listed in the Tags menu or not. By default, this variable is set to zero and the Tags ...
... Thanks for the info. I actually found the plugin after i submitted the message. However, I had a few issues. Can you help me with this? I have installed...
Hi all, The taglist plugin is a sourceforge hosted project now. The taglist home page is moved to the following location: http://vim-taglist.sourceforge.net ...
Hi, ... You can define the following highlight groups in your .vimrc or .gvimrc file to change the colors used in the taglist window: MyTagListTagName - Used...
Hi, I'm a new one of Taglist. It's a really wonderful plugin! Here I have a question. I like to split Vim to 2 or 3 windows plus a Taglist window. But when I...
hi: If Taglist 4.2 deal with files which path contain Chinese character then the following code in Taglist.vim can't run correctly: 2263 " Run ctags and get...
Hello, in order to get support of ActionScript (1,2) in TagList a config file for ctags ctags.cnf (.ctags on Linux) have to be created (of modified if it...
Hello, ... I don't know how to escape the chinese characters in a filename. Do you have any other Vim plugin that passes these filenames to the system()...
Hello, ... No. It is not possible to use the previous window to open a selected file from the taglist window. Because the previous window might be changed by...
Hello, I use Windows XP. I unzipped the plugin in C:/Vim/vimfiles and run ':helptags .' in the doc directory. ctags is in C:/cygwin/bin/ctags.exe My TEMP and...
Hi list, I'm using taglist with vim 7.0 for editing php 5 code. I have Tlist_File_Fold_Auto_Close set so that only fold is open at a time. It works great...
Yahya Mohammad
mfyahya@...
Dec 12, 2006 12:31 pm
298
Hello, ... Which version of the taglist plugin are you using? Can you try using the latest version (4.2) of the taglist plugin? - Yegappan ... ...
... Sorry I didn't check the latest version :) It works perfectly. Thanks!...
Yahya Mohammad
mfyahya@...
Dec 13, 2006 8:02 am
300
When I open a .cpp file, an error occure, the error message is: ctags: unrecognized option `--format=2'^@^ITry `ctags --help' for a complete list of options.^@...
Hello, ... It looks like you have multiple versions of the taglist plugin installed in your system. What is the output of the following command? ... If the...
Hmm, I do only have that one version. I verified that "24" is the "index" of the taglist plugin. When i go back to version 4, it works; version 4.1 doesn't...