Hello: I'm using the vim-full package (version 7.0) on ubuntu 7.04, 64-bit. I'd like to have tags for the current file in a drop-down menu. According to the...
Hello, ... Can you turn on the logging of Tlist debug messages to a file using the following command? ... <.... load a file ....> Send the contents of the...
... Hello: The following ex command ... Generates the following error message: E488: Trailing characters Thanks for the reply. I will look at your code and...
... Sorry to be so dumb, but I am just not *getting* it. I still get the trailing characters error. If I do ... vim does not complain, but upon loading a file ...
... I now have a solution. Here is what I did: 1)TlistDebug "" without a file 2)Loaded a file 3):TlistMessages which opened a buffer called taglist_debug.txt ...
I just noticed a bug in the session saving code... If you save a session with tags that contain quote characters, loading this session will fail because quotes...
On Wed, 8 Aug 2007 15:29:44 -0700 (PDT) ... I got the issue when I enabled Tlist_Display_Prototype, since it displays the entire declaration line. My issue was...
Hi, ... Thanks for sending the patch. When will a user need to use a double quote (") character or a backslash (\) character in the tag type name? Maybe we...
Hi, ... Setting the 'Tlist_Display_Prototype' variable is the key to reproducing this problem. I will make this change in the next version of the taglist...
Hello, ... I then did :tl<tab>, and saw Tlist TlistSessionLoad TlistShowPrototype TlistUpdate TlistClose TlistSessionSave TlistSync tlast ...
Suresh Govindachar
sgovindachar@...
Aug 12, 2007 2:30 am
346
Hello, Although there are commands TlistLock and TlistUnlock, there isn't any command to query the status; why isn't such a command ("show lock status")...
Hello, ... You should see the ":TlistLock" command. I am not able to reproduce this problem. Which version of the taglist plugin are you using? ... Instead of...
Hello, ... Because nobody asked for it yet :-)). But under what condition do you need to use that command? If you open a file and the taglist is not updated...
Hello, I use <tab> to move between windows, and so would like to replace taglist's mapping of <tab> to <S-BS>: nnoremap <buffer> <silent> <S-BS> :call...
Hello, The entry for tags in wikipedia http://en.wikipedia.org/wiki/Ctags says that "Alternatively, there is also an output mode that generates a cross...
I recently downloaded and installed taglist on a linux box. It works great for php files. However, it doesn't seem to really do anything for php files. The ...
Hello, ... The taglist plugin doesn't parse a file to generate the list of tags. It relies on exuberant ctags to parse and generate a list of tags defined in a...
Hello, I have noticed that the buffer-name handling routine can identify different forms of a file name. For example, I believe it knows that the following...
Bram asked for a reproduciable example: Version: VIM - Vi IMproved 7.1 (2007 May 12, compiled May 12 2007 14:19:39) MS-Windows 32 bit GUI version with OLE...
Hello, Is there more information in a tags file other than locations where symbols are declared and where they are defined? If so, what? Thanks, --Suresh...
Hi, ... Yes. You can refer to the exuberant ctags user manual for a description of the contents of a tags file: http://ctags.sourceforge.net/ctags.html ...
... My question wasn't clear; given a tag, can one selectively jump to all places such as: * where it is used as a lvalue * all the places where it is used...
Hi, ... You can not do the above with a tags file. ... You can use either GNU id-utils, cscope or GNU global. To use GNU id-utils from Vim, you can use the...
Hi, ... The taglist plugin relies on exuberant ctags to parse a file and generate the list of tags defined in that file. You can post a question to the...
Hi, Is there a way taglist can display javascript function literals e.g. myfunction = function() { //code }...
Yahya Mohammad
mfyahya@...
Oct 3, 2007 12:39 pm
364
Hello, vimrc has let Tlist_Ctags_Cmd = 'c:\opt\ctags57\ctags.exe' let Tlist_Auto_Update = 0 I issued the following command: TlistAddFilesRecursive <wrong...
Hi, ... The simplest solution is to restart Vim which will clear the taglist. Currently there is no support to clear all the files in the taglist. You can...