how to jump to method defined in other file

2011-05-01 Thread vicky b
Hi all, I am using Exuberant ctags for java ,i am able to generate tags now.I am also using taglist plugin for vim.Now how can I jump to a method which is in defined(written/implementation) in other file and which is called in current file. -- *Thanks & Regards Vickyb * -- You received

Re: How do define a default highlight for none-linked group?

2011-05-01 Thread Ben Schmidt
On 2/05/11 1:27 PM, Tony Mechelynck wrote: On 02/05/11 01:55, Ben Schmidt wrote: Yeah, well at that line in my syntax.txt (dated the same as yours, IIRC--I believe I checked against a date you provided), I find Are you sure? My syntax.txt is dated April 6 (as shown on line 1), Nope. I mustn'

Re: How do define a default highlight for none-linked group?

2011-05-01 Thread Tony Mechelynck
On 02/05/11 01:55, Ben Schmidt wrote: Yeah, well at that line in my syntax.txt (dated the same as yours, IIRC--I believe I checked against a date you provided), I find Are you sure? My syntax.txt is dated April 6 (as shown on line 1), Nope. I mustn't have checked after all (or perhaps only na

Re: Path easy-search

2011-05-01 Thread Ben Schmidt
* what's wrong with "n" and "N" ... What I have now in the vimrc: ono m //e xn

Re: How do define a default highlight for none-linked group?

2011-05-01 Thread Ben Schmidt
On 2/05/11 9:55 AM, Ben Schmidt wrote: Yeah, well at that line in my syntax.txt (dated the same as yours, IIRC--I believe I checked against a date you provided), I find Are you sure? My syntax.txt is dated April 6 (as shown on line 1), Nope. I mustn't have checked after all (or perhaps only n

Map browse to browse w

2011-05-01 Thread mech
Hello, I have been trying to get into using gvim and I can't get this one thing figured out. I frequently have my files buried in folders because I like to keep things nice and organized. So what I want to do is every time I go to file and do any open command I would like it to automatically do "b

Re: file-persistent settings plugin ?

2011-05-01 Thread Harsh J
I believe you may be looking to use modelines, or vim's session feature (:mksession). On Mon, May 2, 2011 at 12:20 AM, Lena wrote: > Is this possible, such hypothetic plugin: >   "file-persistent settings": > the plugin would save (automatically) and restore (automatically) > settings per file-na

Re: How do define a default highlight for none-linked group?

2011-05-01 Thread Ben Schmidt
Yeah, well at that line in my syntax.txt (dated the same as yours, IIRC--I believe I checked against a date you provided), I find Are you sure? My syntax.txt is dated April 6 (as shown on line 1), Nope. I mustn't have checked after all (or perhaps only naďvely checked the month and not the day

file-persistent settings plugin ?

2011-05-01 Thread Lena
Is this possible, such hypothetic plugin: "file-persistent settings": the plugin would save (automatically) and restore (automatically) settings per file-name(pathname). Namely, those settings that were different from default vim settings (or from global vim settings). By analogy with "persisten

Re: How do define a default highlight for none-linked group?

2011-05-01 Thread Bee
Tony Mechelynck wrote: > I don't have a help tag but see line 4087 of syntax.txt (2011 Apr 06 for Vim > 7.3). That is also not the same line here, how about using: :helpgrep :hi\[ghlight\] \[default\] -Bill -- You received this message from the "vim_use" maillist. Do not top-post! Type your

Re: How do define a default highlight for none-linked group?

2011-05-01 Thread Tony Mechelynck
On 01/05/11 15:18, Ben Schmidt wrote: On 1/05/11 9:24 PM, Tony Mechelynck wrote: On 01/05/11 10:01, pansz wrote: [...] Currently, "default" is only mentioned in "hi link". If you had checked my first reply, you would have found at line 4087 of syntax.txt, :hi[ghlight] [default] {group-name}

Re: Highlight group exists but no highlighting

2011-05-01 Thread Ben Schmidt
syntax keyword UserKeywords Samkit CHECKME REVIEW CHECKME containedin=ALL highlight def link UserKeywords Todo You probably don't want the 'def' in there, but it probably doesn't really matter. This works fine if I open an unnamed file like just "gvim". Syntax is buffer-specific, so as soon

Re: How do define a default highlight for none-linked group?

2011-05-01 Thread Ben Schmidt
On 1/05/11 9:24 PM, Tony Mechelynck wrote: On 01/05/11 10:01, pansz wrote: [...] Currently, "default" is only mentioned in "hi link". If you had checked my first reply, you would have found at line 4087 of syntax.txt, :hi[ghlight] [default] {group-name} {key}={arg} .. Yeah, well at that li

Highlight group exists but no highlighting

2011-05-01 Thread Samkit Jain
I am having syntax and highlight group put to the bottom of my ~/.vimrc file. syntax keyword UserKeywords Samkit CHECKME REVIEW CHECKME containedin=ALL highlight def link UserKeywords Todo This works fine if I open an unnamed file like just "gvim". But if I open a file "gvim 1.c" then the above h

Re: How do define a default highlight for none-linked group?

2011-05-01 Thread Tony Mechelynck
On 01/05/11 10:01, pansz wrote: [...] Currently, "default" is only mentioned in "hi link". If you had checked my first reply, you would have found at line 4087 of syntax.txt, :hi[ghlight] [default] {group-name} {key}={arg} .. Best regards, Tony. -- hundred-and-one symptoms of being an inte

Re: How do define a default highlight for none-linked group?

2011-05-01 Thread pansz
On Saturday, April 30, 2011 3:01:53 PM UTC+8, Ben Schmidt wrote: > > work, at least for CursorIM, though not for other standard highlight > groups which are defined with defaults. > The result, though, is yes, that your approach using "default" will > > Ben. > Glad to see it will work and I will t