Re: PCBSD error

2006-07-31 Thread A.J.Mechelynck
Cc to vim-dev list. Robin Becker wrote: A.J.Mechelynck wrote: Robin Becker wrote: A.J.Mechelynck wrote: Robin Becker wrote: .. 'guifontset' being empty is usually not a problem; and 'guifont' can be empty (giving some default font); but in any case you need fonts installed at a

vim -S

2006-07-31 Thread Rodolfo Borges
I made a file with vim commands, starting with #!/usr/bin/vim -S so I can execute the file directly, instead of using vim -S file. The problem is that vim tries to execute this first line too. Can we have a workaround on this? Like, ignoring #! at the start of a command, instead of giving the no

Re: Bug: Can't select bottom window by mouse-clicking

2006-07-31 Thread Charles E Campbell Jr
A.J.Mechelynck wrote: Can't select bottom window by mouse-clicking Happens every time. How to reproduce: 1. :set ch=2 wmh=0 wh= don't know if relevant 2. Open at least two horizontally split windows 3. Make some window current, other than the bottom one 4. Click the bottom status line.

Re: Bug: Can't select bottom window by mouse-clicking

2006-07-31 Thread A.J.Mechelynck
Charles E Campbell Jr wrote: A.J.Mechelynck wrote: Can't select bottom window by mouse-clicking Happens every time. How to reproduce: 1. :set ch=2 wmh=0 wh= don't know if relevant 2. Open at least two horizontally split windows 3. Make some window current, other than the bottom one 4.

Re: vim -S

2006-07-31 Thread Nikolai Weibull
On 8/1/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Rodolfo Borges wrote: I made a file with vim commands, starting with #!/usr/bin/vim -S so I can execute the file directly, instead of using vim -S file. The problem is that vim tries to execute this first line too. Method I: -8-

Re: vim -S

2006-07-31 Thread mwoehlke
A.J.Mechelynck wrote: Rodolfo Borges wrote: I made a file with vim commands, starting with #!/usr/bin/vim -S so I can execute the file directly, instead of using vim -S file. The problem is that vim tries to execute this first line too. Can we have a workaround on this? Like, ignoring #! at