Re: Can't compile gui version with xorg

2006-04-17 Thread Thor Andreassen
/X11R6/include/X11/Xlib.h Can you confirm that /usr/X11R6/include/X11/Xlib.h exists? [...] -- with kind regards Thor Andreassen

Re: Can't compile gui version with xorg

2006-04-17 Thread Thor Andreassen
On Mon, Apr 17, 2006 at 06:01:23PM +0100, Anthony Campbell wrote: On 17 Apr 2006, Thor Andreassen wrote: On Mon, Apr 17, 2006 at 04:29:30PM +0100, Anthony Campbell wrote: On 17 Apr 2006, Thomas Adam wrote: --- Anthony Campbell [EMAIL PROTECTED] wrote: But vim compiles

Re: sourcing vimrc files

2006-05-15 Thread Thor Andreassen
because source aborts when the file doesn't exist. You could probably use :runtime instead of :source. :help :runtime [...] -- with kind regards Thor Andreassen

Re: Text - commandline

2006-05-16 Thread Thor Andreassen
to inserting files and words on the commandline see the section described here: :help c_C-R_C-F -- with kind regards Thor Andreassen

Re: sftp file browsing

2006-05-30 Thread Thor Andreassen
':e sftp://sage/nessus_conf/' to get a directory listing. This already works with newer versions of the netrw plugin. An upgrade would probably solve this issue for you. -- with kind regards Thor Andreassen

Re: comment out block for perl program

2006-06-07 Thread Thor Andreassen
. Highlight the # chars and use x to delete them when uncommenting. Other than that The NERD Commenter[1] looks pretty promising, haven't used it much yet though. [1] http://www.vim.org/scripts/script.php?script_id=1218 -- with kind regards Thor Andreassen

Re: navigation using fchar or Fchar

2006-06-10 Thread Thor Andreassen
On Sat, Jun 10, 2006 at 10:51:24PM +0200, Marc Weber wrote: [...] Can you do 3f{ this way ? Don't know if this is relevant, but you can do similar movements with ]} and [{, which jump to enclosing } or { respectively. -- with kind regards Thor Andreassen

Re: How do I make the current working directory follow the active document in Gvim?

2007-02-25 Thread Thor Andreassen
'autochdir'. -- with kind regards Thor Andreassen