Re: Jump to tag in a file opened in another session

2007-03-07 Thread Corinna Vinschen
On Mar 6 12:42, Yegappan Lakshmanan wrote: On 3/6/07, Corinna Vinschen [EMAIL PROTECTED] wrote: So, the bottom line is, I'm looking for is a way to open a file automatically in r/o mode if I'm going to jump to a tag in that file and the file is opened in another session. You can use the

Re: problems compiling on solaris

2007-03-07 Thread Rodolfo Borges
On 3/7/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: The first error mentioned (at vim:h:41) is part of the following: # if (SIZEOF_INT == 0) Error: configure did not run properly. Check auto/config.log. # endif Shouldn't that be: # if (SIZEOF_INT == 0) # error Configure did not run

Re: copyindent/preserveindent question

2007-03-07 Thread Bram Moolenaar
Alexei Alexandrov wrote: I was hesitating where to post this message to: editors.vim or editor.vim.devel, since I'm not sure if it's bug or I'm just missing something. Finally I decided to treat this as a bug. Problem: I can't get copyindent/preserveindent options working. The scenario

Re: [!] missing from :cb and related commands?

2007-03-07 Thread Bram Moolenaar
Yegappan Lakshmanan wrote: On 3/6/07, Gary Johnson [EMAIL PROTECTED] wrote: On 2007-03-07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Gary Johnson wrote: If I open a new window, read into it the results of a grep command, e.g., :r !grep -nH somepattern somefileset