delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/12/07/21:50:49

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8260A393C86E
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1607364390;
bh=0wBZDq9Wa9GA1zQrOvM+EZSdZ2el0OY4ZYMuPxc6rO0=;
h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:From;
b=Zprx6GIBmZ20Q9es8vQZKxSrQJ+HGK2lTPYn8I53fhMgdmTzjWN+gwDiZlL55AsXL
uwZbcL8TSmDs4QwJZQP420PQWsAPuEEpQ1MIR1KWJivIQ6L7jUxEgPbEnWmYrRnYXU
85IHXoVqBAjULUX46xBMqVWeAej7zCqCHjuLcY0g=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 754BE3896C2A
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
Date: Mon, 7 Dec 2020 13:06:15 -0500
Message-ID: <CADZZWXp-KUVXbkCE3bk2pusyAVS+yTbuPYs6k9+kt4aFZkWTow@mail.gmail.com>
Subject: Possible vim bug
To: cygwin AT cygwin DOT 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
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Eric Connor via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Eric Connor <eacmacro AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 0B82oXhw002337

Hello,



I have been experiencing an issue where I’m trying to format columns in vim
using: :*%!column –t*, 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
“shell returned 127” 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
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright 2019   by DJ Delorie     Updated Jul 2019