a question about path where the files to be edited are

2011-07-19 Thread Jose Caballero
Hi all, I have been using so far with success this plugin [1], which allowed me to jump from logs files directly to the source code file and specific line where a given log message was generated. However, it worked because the source files where placed in the same directory where the log files wer

Re: a question about path where the files to be edited are

2011-07-19 Thread Gary Johnson
On 2011-07-19, Jose Caballero wrote: > Hi all, > > I have been using so far with success this plugin [1], which > allowed me to jump from logs files directly to the source code > file and specific line where a given log message was generated. > However, it worked because the source files where pla

Re: a question about path where the files to be edited are

2011-07-20 Thread Jose Caballero
> You could put those directories into the 'path' option, then use > :find instead of :edit. Once those directories are in 'path', > though, you could use gF or ^WF to jump to the file name and line > number under the cursor. > Hmmm. Seems like gF or ^WF don't work for me. I am stuck with vim 6.

Re: a question about path where the files to be edited are

2011-07-20 Thread Gary Johnson
On 2011-07-20, Jose Caballero wrote: > > You could put those directories into the 'path' option, then use > :find instead of :edit. Once those directories are in 'path', > though, you could use gF or ^WF to jump to the file name and line > number under the cursor. > > > > Hmmm.