From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2257613838B for ; Mon, 6 Oct 2014 12:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BDDFE0A91; Mon, 6 Oct 2014 12:32:35 +0000 (UTC) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B4D8E0A07 for ; Mon, 6 Oct 2014 12:32:33 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id gm9so4294645lab.13 for ; Mon, 06 Oct 2014 05:32:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding; bh=6Nx5Igbzz+nRbaIGsxCu7ghM4N0TMGcztf8QY/idLnM=; b=XOQfNrwifbBFzyvqRhHUmdNd0PzQM65ysCda7rIWiPIDgCUKrp49O8Kr+v48BlWQMr rMNQZwRFA05dkpp1eX0eidrx+XtSOhhoA5Pm9jnlhP+9IHjxMu4bYbEI/wGZrnnQDkmd 5iXIwe23vvgeC5DryG5tbidV+lqWlpTFBJlJW0FMRcIdmos1wab7rBC8Sq1LPjpFvjnA Y9AiYaAA+2hULeErRoZzAj2CpHPxcNJstGMFk2lbTyOM92g0KxIqIq/CNFst+NKrHRh6 +t58/up6U8zDQ3naTmP8tJm8Grr4m4jB6mUIU2QZxJaHfkU+JE1bAQnV5ubXCM19X6Hv oxvw== X-Received: by 10.112.4.33 with SMTP id h1mr23075033lbh.67.1412598752454; Mon, 06 Oct 2014 05:32:32 -0700 (PDT) Received: from cosmo ([193.200.85.246]) by mx.google.com with ESMTPSA id dq5sm5700724lbc.11.2014.10.06.05.32.31 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 06 Oct 2014 05:32:31 -0700 (PDT) Message-ID: <54328bdf.c5b4700a.2a0b.6b52@mx.google.com> Date: Mon, 6 Oct 2014 15:32:26 +0300 From: Gevisz To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: Was Vim compiled with +eval feature? Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 9cbd1995-91ab-4331-99c8-aef34ac1c869 X-Archives-Hash: 32f74ab9d00de37834dce541ec589995 On Mon, 6 Oct 2014 07:18:59 +0300 Gevisz wrote: > I have downloaded the snippet plugin from > http://www.vim.org/scripts/script.php?script_id=361 > and have done all the steps described there to > install it but, unfortunately, it does not work. > > My first thought was that a plugin should be somehow > loaded into Vim but Vim documentation says that > > "Vim's functionality can be extended by adding plugins. > A plugin is nothing more than a Vim script file that > is loaded automatically when Vim starts. You can add > a plugin very easily by dropping it in your plugin > directory. {not available when Vim was compiled > without the +eval feature}" > > So, it seems that no load command is needed. > > I am going to post the question about it in vim mailing list > but I guess that the first question to me will be: "Was your > vim compiled with the +eval feature?" > > I guess that the answer is "yes" but do not know it for sure. As advised from the Vim mailing list, vim --version command reveals all the features that Vim is compiled with. So, yes, my Vim is compiled with +eval feature.