Gentoo Archives: gentoo-user

From: Gevisz <gevisz@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Was Vim compiled with +eval feature?
Date: Mon, 06 Oct 2014 12:32:42
Message-Id: 54328bdf.c5b4700a.2a0b.6b52@mx.google.com
1 On Mon, 6 Oct 2014 07:18:59 +0300 Gevisz <gevisz@×××××.com> wrote:
2
3 > I have downloaded the snippet plugin from
4 > http://www.vim.org/scripts/script.php?script_id=361
5 > and have done all the steps described there to
6 > install it but, unfortunately, it does not work.
7 >
8 > My first thought was that a plugin should be somehow
9 > loaded into Vim but Vim documentation says that
10 >
11 > "Vim's functionality can be extended by adding plugins.
12 > A plugin is nothing more than a Vim script file that
13 > is loaded automatically when Vim starts. You can add
14 > a plugin very easily by dropping it in your plugin
15 > directory. {not available when Vim was compiled
16 > without the +eval feature}"
17 >
18 > So, it seems that no load command is needed.
19 >
20 > I am going to post the question about it in vim mailing list
21 > but I guess that the first question to me will be: "Was your
22 > vim compiled with the +eval feature?"
23 >
24 > I guess that the answer is "yes" but do not know it for sure.
25
26 As advised from the Vim mailing list,
27 vim --version
28 command reveals all the features that Vim is compiled with.
29
30 So, yes, my Vim is compiled with +eval feature.