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...
Hallo! I am not an IT professional but a user interested in having the ability to tag text files with attributes such as keyords from the text content. If this...
Hallo" Having just posted a message 'cry for help' on using VIM for tagging files here is another request for advice. I want to use VIm as an outliner with the...
It is possible to do what you are asking for. Join the vim user mailing list http://www.vim.org/maillist.php#vim and ask both your questions there. --Suresh...
Hi, First, congrats, taglist is quite a plugin. It makes my life a lot more enjoyable. I struggled to get ctags support for autohotkey (see http:// ...
Hi, I have noticed a problem when using taglist and tabs, which I want to report. Try the following 1. Open any file, a.c 2. :TlistToggle 3. :tabnew b.c 4....
I was wondering if there was a way to re-order the left hand window so that the variable list is at the bottom, it is the least useful (to me) portion of the...
Hello! I'm fairly new to vim, just started using it via the MacVim GUI. I'm trying to get the taglist plugin to work with the R language. Hope you can help me...
Ah, I just figured it out. It turns out that vim uses the type of comments to distinguish r from rexx files. Since the sample snippet didn't have any comments,...
hello I installed taglist on windows VIM everything seems fine, I can see the tag window with variables/function nice... except that Ctrl-] doesn't work also,...
Hello, I just started using taglist 4.5 with MacVim while working in PHP, and it is working great. One strange issue is that it doesn't seem to be skipping...
Hello, ... Which version of exuberant ctags are you using? The taglist plugin relies on exuberant ctags to correctly parse the file and generate the list of ...
Hi, I am using exuberant Ctags 5.7, which looks like the newest version. I'll see what they have to say on the ctags list... Thanks, Jason ... relies ... ...