From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18939 invoked by alias); 6 Feb 2018 16:37:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 18923 invoked by uid 89); 6 Feb 2018 16:37:20 -0000 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 Received: from mail-pl0-f41.google.com (HELO mail-pl0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Feb 2018 16:37:19 +0000 Received: by mail-pl0-f41.google.com with SMTP id t4so1579903plo.0 for ; Tue, 06 Feb 2018 08:37:19 -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=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 Received: by 10.100.237.39 with HTTP; Tue, 6 Feb 2018 08:37:16 -0800 (PST) From: Ameya Vikram Singh Date: Tue, 06 Feb 2018 16:37:00 -0000 Message-ID: Subject: vim-8.0.1376-1: Possible bug with ruby extensions To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-02/txt/msg00064.txt.bz2 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