delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/02/06/11:37:32

X-Recipient: archive-cygwin AT delorie DOT 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=QOAwy+3fBWqRVMzkWEn472rQxF03B
52p0DST8SVBHMWyYBH5jjZBpyoE2Ie3wz+h76Etm1UZfgIzdvkd6v/andY1RbM5L
2PuvItdF3FQcyBb6SUijH1PkEwynjMIe5mtIvCBqK/9JhSinexSPHafb2Q/cNrJy
iJnpa/TcK0rHEY=
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=bLUnR+kB9bFI0CFbs7aBHnZPzqA=; b=eRK
QDo8TqvgG7t7XEb3z1CsF4g0eHxX306SQMayQeVzvoDq28j914d2RGWT3tvlYQr5
iGLr7y0nEA0TIXOFCXsic9KRcog9JeghG1dzq9/H2pIoUhWfSuoyB4Bvk1xZRtxe
w65KvJ0XLPZRmQu22WaBDRBC1c4bUPSTKb9hoB28=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=ENTER, singh, Singh, HX-Received:sk:v4-v6mr
X-HELO: mail-pl0-f41.google.com
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=H3ZXFEM+DOo4UCdD1GEfvPMTIpltEDP/cT2UHHwMoHA=; b=ERg5kLgo5y3koEm43RNgsXKv1QtUZSHSnindxE10OlYZkKsKytpRQzaKWU1IXaoEtV oO901H7uDMVO+fVuPalezFDGnEwO/pxS/7rq1MiQbseGgrhnWefPRzkUDK5KYpVIZFl3 UEBi0DnDwIq/wQErHLfDMnhGZksxWdyZEYJ/Tl5zB4syFF9N8ZE9tvsRU49q1P7en4cQ H88qcZoZtWPsIzonk+fuT6qbEqo5odKXVaGxJEy5J7/tWj07UAUXpevKBarXd75bPBNX KLINmO21GCx/cZNNf25wLcjrE+NoIh/cTqtkSn6FqUrqLBHz7O4Rg6PW14ctDbYj7xzy qjyw==
X-Gm-Message-State: APf1xPBDXKhn2ogzmGcnwMm2XWJnQA9ao3OIPzIeendcWUXoVeKudvp3 WabP9Gd722T2ah72qD2E5vYanNwFMlqs7FWYxg77rA==
X-Google-Smtp-Source: AH8x224xUqw0GkFhwT06sZMKVVV1+dHd1+4EZVkxxdBVt8/eVA99QTNCH5fXG+woDFG4GezpJCkgIYuXcpfG1T/xA3c=
X-Received: by 2002:a17:902:3084:: with SMTP id v4-v6mr3016980plb.131.1517935037321; Tue, 06 Feb 2018 08:37:17 -0800 (PST)
MIME-Version: 1.0
From: Ameya Vikram Singh <ameya DOT v DOT singh AT gmail DOT com>
Date: Tue, 6 Feb 2018 22:07:16 +0530
Message-ID: <CAKrHFwkLF9EpZP+zrw=WRv_QZb3aptn7Cce4o9xDv7-RYBkEdA@mail.gmail.com>
Subject: vim-8.0.1376-1: Possible bug with ruby extensions
To: cygwin AT cygwin DOT com

Hello,
Maintainers of the ViM/GViM text editor.

I am noticing that currently with the latest build of ViM
editor(vim-8.0.1376-1),
I am unable to use the command-t [1] plugin with this release.

When invoking the functionality with the key combination: `\` + `t`

I get the following error message on the ViM editor:

    command-t.vim requires Vim to be compiled with Ruby support
    For more information type:   :help command-t

When checking the vim feature from the bash terminal using:

    vim --version

I do see in the output `+ruby/dyn`, which means that ruby support
should be enabled.

When checking for ruby compatibility with ViM using the following in
command mode:

    :ruby puts RUBY_VERSION

One gets the following error message:

    E448: Could not load library function rb_assoc_new
    E266: Sorry, this command is disabled, the Ruby library could not be loaded.
    Press ENTER or type command to continue

I will try to rebuild the from the sources (vim-8.0.1376-1-src) and
see if the error persists.

-- 
Thanks and Regards,
Ameya Vikram Singh

[1] https://github.com/wincent/command-t

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

- Raw text -


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