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 7CFDB13838B for ; Mon, 6 Oct 2014 12:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A69E5E0A8F; Mon, 6 Oct 2014 12:08:07 +0000 (UTC) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17FC1E0A87 for ; Mon, 6 Oct 2014 12:08:05 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id p9so4039448lbv.7 for ; Mon, 06 Oct 2014 05:08:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:to:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=rUrgo5cPdJ1fbtHe2t0zuX5nfrXMggSIY4CiGo002p0=; b=vMYGofV1yIoxNXb+/yrAIXqT9lZPKilrOWcJRWLyXnGvLJJZXjVy/eE741GLtd41cG vWKuzCtnOkgr584BC0Sy3nfleDDxRPrbxNSsKewrA/oI394ZVdYAXcP7c9+xF0pM8dY+ DG8v7jp5Qy/g4XPrGCnM3lC1ju9dkLaN0rH4WtTuKymp6isxJdcTeBniLdb0JIchabWo CVuIvtg9dEL+jiYEmciGdjswL0BZY0x9dkSBpyU2Ckel54pgAjDYMMqwYCCwJt0kaqRa Z1zE3qLXzEvEJtPyOxHbLc/KsFUeJvBgWSvSV2cvtwVKuDHtXyaccyN4cJeRO6QTdelq mGrQ== X-Received: by 10.112.148.170 with SMTP id tt10mr23794199lbb.61.1412597284232; Mon, 06 Oct 2014 05:08:04 -0700 (PDT) Received: from cosmo ([193.200.85.246]) by mx.google.com with ESMTPSA id f6sm5680816lbh.10.2014.10.06.05.08.03 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 06 Oct 2014 05:08:03 -0700 (PDT) Message-ID: <54328623.061d700a.4269.645d@mx.google.com> Date: Mon, 6 Oct 2014 15:07:58 +0300 From: Gevisz To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Was Vim compiled with +eval feature? In-Reply-To: References: <54321837.2610700a.06c5.46a6@mx.google.com> 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=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0228d78f-1098-49d7-bcfe-724e153e0669 X-Archives-Hash: 881ff0f08a0dd04d5ceb80cc4d40a2d0 On Sun, 5 Oct 2014 22:42:22 -0600 Jc Garc=C3=ADa wrote: > 2014-10-05 22:18 GMT-06:00 Gevisz : > > I have downloaded the snippet plugin from > > http://www.vim.org/scripts/script.php?script_id=3D361 > > and have done all the steps described there to > > install it but, unfortunately, it does not work. > > > Stop installing vim plug-ins manually. use one of the plug-in > installers out there, pathogen[1] is really nice and easy to use, > basically you just do 'git clone' the repo of the plug-in in > ~/.vim/bundle/ > and have this at the top of your .vimrc > execute pathogen#infect() >=20 > Plus you can upgrade your plugins easily 'git fetch && git pull' (I > made a small script that handles this for any plug-ins I have > installed) > I also use the snippet[2] plugin, and cloned/upgrade it from github. > [1] https://github.com/tpope/vim-pathogen > [2] https://github.com/honza/vim-snippets Thank you for the tips. I will look into these plugins later. As to the automatic plugin installations, before doing this automatically, it is nice to know how to do it by hands.