X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=gB3/ClK8/DCBup+Y7z0Sa72sVdCeh
	Y/Vnwt/PuO/IJ1utv5dxjp1eDaFsYdxenqKpkdXD9GmlcPKAVodPu49qDpGKLwVA
	2APMCNwPSlOoPb1X65YnSbbpV40ng2mWfrFPMD6bGejzddJhjFLxRZEb46Qnm/T0
	wgw0IJov1faqS8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; s=default; bh=AVbY+bRRY/x+u1ELM5CDYnDllCg=; b=hFc
	kALPGw40Hm7KQq3ySck0WKDmy4GiK6t7eUafq4Yltw/wxvpHZEHIlJldoTRgDfVK
	l5Be6zXZpxjtaz07ZbyJlIYatNiCwK1WEDC84hHCc9SFXzmtaOwxjMANb5LfJ0cY
	Q7FjUn00IRj10hSC0TgNovs5B27aj7iqCi9S8Rw0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=vimrc, interfering, dear, Gary
X-HELO: mail-yb0-f169.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:from:date:message-id:subject:to;        bh=imECDb3RrxkDPhLA2BOo9QMrWgUpdar2TcZ9E+LmAH0=;        b=ZvebkewwyV2MbW+0BJS2iF2xWk0BKz8t3RWwPATm5g68h+iyq2breroo+dK3vN9xLt         ST4ezAx90jMJbWO3cdVhCKTNlxWsBpNvQWktCkOp+WomRk20GlwQFFaREwwhBmd94VbI         TWAtA42yAmUlQd6OAAlqEJB0S9zdJTmyvZtJyB7iXRyaaobTaGZTH5EenxzgFlEreeoQ         qhNsXsQsJgtMi2nRMMOIrP7vNWD5uKgnTd6DQs3ZD+uh48VTJ3nzeY8Pr5Xf4mZxsfX5         44wmAHn/4qw8w8Nlc4Byxda1zTF88bc93wtWu8scN76j9yj3KiQOT9BKFBxNRJPb79QE         iUWA==
X-Gm-Message-State: AE9vXwNkd3jiIFQc3dQ1eXt1XVGvP0NkLgoiL2FcWNHWjDcx4O9McZVa38y33ExDhEx5JOJ6zY6FdCtMs3Jmdg==
X-Received: by 10.37.98.197 with SMTP id w188mr19426299ybb.82.1472852594224; Fri, 02 Sep 2016 14:43:14 -0700 (PDT)
MIME-Version: 1.0
From: Felipe Vieira <fmv1992@gmail.com>
Date: Fri, 2 Sep 2016 18:43:13 -0300
Message-ID: <CAMZ6u3uQHxzrmkNjzZz9R-O8isDs-aPx6pBNoWg4CT_jzFnjCA@mail.gmail.com>
Subject: Re: updated vim broke arrow/delete keys
To: cygwin@cygwin.com, garyjohn@spocom.com
Content-Type: text/plain; charset=UTF-8

Dear Gary,

you are absolutely right. Vim is not the problem.

I did two changes at the same time and indeed tried the vim -u none
but maybe did not catch the error.

Finally what causes the error is:

inoremap <esc> <Nop>

no my vimrc. From http://vimdoc.sourceforge.net/htmldoc/map.html:

*<Nop>*
A easier way to get a mapping that doesn't produce anything, is to use "<Nop>".

Anyways this is not the expected behavior. Is there some complexity
here that I'm not capturing? In theory I'm disabling the <esc> key and
that's all. Why is it interfering with m arrow keys and the del key?

Best regards,

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

