From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id 754BE3896C2A for ; Mon, 7 Dec 2020 18:06:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 754BE3896C2A Received: by mail-ed1-x530.google.com with SMTP id p22so2660545edu.11 for ; Mon, 07 Dec 2020 10:06:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=4gTMKODOpuBg3ieeByDk+YLWvHpkD52g1sgt/+DGndI=; b=SD0qYofEknjie5OW3aGLFTckMiPlWpwm94TgsN0KaaTn+PCDAggqfJg0Bbmcdketz0 2Id2i+BkLWMr33MtfqAfqRKg7iVifBsQa9/byvkrrzTod5h1S6ny0FQDVV3Wcxtm73Eq HpcXXRbcu2k2BG5Yio4yL42FDtv46h1av045VOqR41Be+8GsHNQiIz9C2Y0whs3si0K4 DXAUX5q/dentQ58oFjNDrlQ8gvLHxjJHh7Kix0gIWsomPENCFiyfwo1/e8IJhzzjpaL7 tRB1THj6MrZGrrDSN2j5Y+Gjbw23t4sor1/L/+i2+sf+o9dvjh7uBuOwNKqfoC9O45mb xKKg== X-Gm-Message-State: AOAM532FUpqDm2Rn8WEugmwHlmhV5K8WYpkP1RWa5MFRVTTCwzLWAOfT LJK8myDxlxHXa383R+j8dgPwxjNc4mxbSa0WYJUxcbD86s4= X-Google-Smtp-Source: ABdhPJz7Ga4AtUcaBoZ6MDvpXsccImjF8DxDLMyEFIlYnHFjzNtYccT9l80oL5QZb/xFfCs7tgj8M5Xm5Qizdy7HLAA= X-Received: by 2002:a05:6402:1a2f:: with SMTP id be15mr21144063edb.209.1607364386305; Mon, 07 Dec 2020 10:06:26 -0800 (PST) MIME-Version: 1.0 From: Eric Connor Date: Mon, 7 Dec 2020 13:06:15 -0500 Message-ID: Subject: Possible vim bug To: cygwin@cygwin.com X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2020 18:06:28 -0000 Hello, I have been experiencing an issue where I=E2=80=99m trying to format column= s in vim using: :*%!column =E2=80=93t*, which had been working great. At some point I had to update Cygwin, and (not correlating it to a possible update issue, until recently) found that this command has been returning =E2=80=9Cshell returned 127=E2=80=9D error. Today, I tested whether this command would work on a server (with a version of mlos), and found that it worked. The version of vim on my server is considerably older than my Cygwin version: Server: 7.4 Local: 8.2 Is there a way to either back-rev vim further (if an old install repo existed, that would be ideal), or someone review what was updated to make vim not happy with the column command? I also compared both versions of the column command, and they were the same on both my server *and* my local workstion...thus my conclusion that this seems to be a vim-related matter. I was successful in back-reving to 8.1, simply because I had the previous setup file for Cygwin, but older versions are a bit more difficult to locate...and I'm doubtful that going back much further wouldn't cause damage to my current setup. Thank you, Eric Connor