why does this mapping interpret the literal and not work?

2006-07-11 Thread Arias Hung
When attempting to create a mapping for my muttng.vim file I add the following :nmap zz w! however it interprets it literally like: w! instead of interpreting the return . Anyone know why? pgpTZvXJCX0eb.pgp Description: PGP signature

Re: why does this mapping interpret the literal and not work?

2006-07-11 Thread James Vega
On Tue, Jul 11, 2006 at 07:50:43AM -0700, Arias Hung wrote: > When attempting to create a mapping for my muttng.vim file I add the > following > > :nmap zz w! > > however it interprets it literally like: > > w! > > instead of interpreting the return . Anyone know why? You've made a normal mo

Re: why does this mapping interpret the literal and not work?

2006-07-11 Thread Benji Fisher
On Tue, Jul 11, 2006 at 07:50:43AM -0700, Arias Hung wrote: > When attempting to create a mapping for my muttng.vim file I add the > following > > :nmap zz w! > > however it interprets it literally like: > > w! > > instead of interpreting the return . Anyone know why? :verbose set compatible

Re: why does this mapping interpret the literal and not work?

2006-07-11 Thread Yakov Lerner
On 7/11/06, Arias Hung <[EMAIL PROTECTED]> wrote: When attempting to create a mapping for my muttng.vim file I add the following :nmap zz w! however it interprets it literally like: w! instead of interpreting the return . Anyone know why? You need :set nocompatible (aka :set nocp) for that