Re: oddity with :noautocmd when editing a help file

2006-07-07 Thread Bram Moolenaar
Benji Fisher wrote: Bug or feature? While editing this e-mail, :set ft=log :set ft? syntax? filetype=log syntax=log :noa e! /tmp/mutt-localhost-19331-88 /tmp/mutt-localhost-19331-88 7L, 108C :set ft? syntax? filetype=log syntax=log as expected. While editing

Re: Terminal-based auto-paste.

2006-07-07 Thread Yakov Lerner
On 7/7/06, Sean Reifschneider [EMAIL PROTECTED] wrote: What I'm really looking for is that when I paste using the mouse, that paste is set. How about this :map MiddleMouse :set pastecr*p:set nopastecr and similar thing for imap -- untested Yakov

Re: Terminal-based auto-paste.

2006-07-07 Thread Nikolai Weibull
On 7/7/06, Sean Reifschneider [EMAIL PROTECTED] wrote: On Fri, Jul 07, 2006 at 11:35:41AM +0300, Yakov Lerner wrote: On 7/7/06, Sean Reifschneider [EMAIL PROTECTED] wrote: What I'm really looking for is that when I paste using the mouse, that paste is set. How about this :map MiddleMouse :set

Re: Terminal-based auto-paste.

2006-07-07 Thread Sean Reifschneider
On Sat, Jul 08, 2006 at 12:10:14AM +0200, Nikolai Weibull wrote: On 7/7/06, Sean Reifschneider [EMAIL PROTECTED] wrote: On Fri, Jul 07, 2006 at 06:47:55PM +0200, Nikolai Weibull wrote: OK, so here's what you do: :map MiddleMouse :set pastecr*p:set nopastecr and :inoremap C-oset

Re: Terminal-based auto-paste.

2006-07-07 Thread Nikolai Weibull
On 7/8/06, Sean Reifschneider [EMAIL PROTECTED] wrote: Probably because for it to work in insert mode you would need to do set mouse=i. set mouse=a is a superset of set mouse=i nikolai

BUG: indirect 'configure' invocation hides exit status

2006-07-07 Thread mwoehlke
I found a really annoying problem trying to build VIM 7 on HP-UX. I have an automated script that builds VIM as part of a toolchain. It ran through, and to my surprise and annoyance, installed VIM in /usr/local instead of where I wanted it. Long story short, the script called 'configure',