dear all, i find that the ctags can't handle the ## preprocessor operator, for instance, ctags can't find the definition of SlotIDFieldHandler in the fellowing...
Is there a way to get Taglist to automatically close folds for windows that I am not currently editing in? For example, if I have two windows, A and B with...
Hello, ... Did you try setting the Tlist_File_Fold_Auto_Close variable to 1 in your .vimrc file? let Tlist_File_Fold_Auto_Close=1 When the above variable is...
... windows ... Yes I have this setting turned on, but it's not what I am asking about in my question. I would like the folds to close when I change windows, ...
... I noticed that when you close and reopen the taglist window and have Tlist_File_Fold_Auto_Close=1, all the folds are closed except for the active window. I...
Yahya Mohammad
mfyahya@...
Jun 19, 2006 2:52 pm
238
Hello, ... I will try to add this as an option to the taglist plugin in the next version. ... Yes. Vim doesn't maintain a per-tab page buffer list. Vim...
vim: 7.0.17 options: Tlist_Exit_OnlyWindow = 1 With the current version of taglist, if you have multiple tabs and on one tab close all but the taglist window,...
Here are the options i use for taglist, let Tlist_Ctags_Cmd='C:\ctags.exe' let Tlist_Display_Tag_Scope = 1 let Tlist_Show_One_File = 0 let Tlist_Sort_Type...
Hello, ... All the taglist configuration variables have a default value (described in the help file). If you are satisified with the default setup, then you...
... 1 ... automatically ... is ... about ... windows, ... when I ... Doesn't Tlist_Show_One_File = 1 fulfill this requirement? You won't have folded entries...
I like to request an additional variable/feature that emulates the behavior of Tlist_Auto_Open, except applies for newly created tabs. Ex. Since there is no...
Taglist has been extremely useful for me on Windows, Cygwin, and Linux. I've come to depend on it quite a bit because of its usefulness and speed. I've...
Hello. It seems that I have the similar problem. The contents in the tlistdebug file is: 07:23:15: Tlist_Window_Toggle() 07:23:15: Tlist_Window_Open() ...
Hello, ... Are you able to use the taglist plugin on MAC OS/X platform now? The taglist plugin doesn't create a tags file. The tags output from exuberant ctags...
Hi, I haven't been using the Mac OS X a few weeks after my last email to the Taglist Yahoo Group. If I have a chance to using the Mac OS X again, I would be...
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....