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!<cr>

however it interprets it literally like:

w!<cr>

instead of interpreting the return <cr>.  Anyone know why?

You need :set nocompatible
(aka :set nocp) for that.

Yakov

Reply via email to