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 9B36D13838B for ; Mon, 6 Oct 2014 04:50:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F6C5E0B05; Mon, 6 Oct 2014 04:50:02 +0000 (UTC) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F59FE0AED for ; Mon, 6 Oct 2014 04:50:00 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id ge10so3651623lab.38 for ; Sun, 05 Oct 2014 21:49:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=mhTTfmay62msC0Cs8JYHjreeUM6n57q3VvzApoqKRys=; b=Z7df2kkp089t4H7N8HIOjxah2B8ZeqpqrFKAkasC97xd+aBkp0nAMXC8JGMeteZAOu 8lY1ACFBW8sXlHIItegZCK2jspQUTBYFuGG8p2Y8nlCLv8unKjB+wHgFAeajxWKlSNLG usjZXRwKORDyDmY7i8F8Q0G4u+F3xXuSyuT3uBciIJUiJDMY42cunFrWzLqsByxfmabh LaAtBlaEnJHtj6LygU9abYXMu3DJ2Ua/Rdix+Ou4EUfRXQC9ji6pXgKHM9Z43c2XM+op t49UTmFiArtkHeEdRBFpasLwjIXFI54gYvSVnZlaM67QJZJQgvWtDJicvTwFQ1/s5JMY L1sQ== 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 X-Received: by 10.152.22.100 with SMTP id c4mr22565235laf.0.1412570999376; Sun, 05 Oct 2014 21:49:59 -0700 (PDT) Received: by 10.112.77.166 with HTTP; Sun, 5 Oct 2014 21:49:59 -0700 (PDT) In-Reply-To: References: <54321837.2610700a.06c5.46a6@mx.google.com> Date: Sun, 5 Oct 2014 22:49:59 -0600 Message-ID: Subject: Re: [gentoo-user] Was Vim compiled with +eval feature? From: =?UTF-8?Q?Jc_Garc=C3=ADa?= To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dd00afe2-9379-4898-8e15-e5c551d922dc X-Archives-Hash: 12b6b564bf470d7de5e1663506fc67d3 2014-10-05 22:42 GMT-06:00 Jc Garc=C3=ADa : > 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() > > 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 Forgot to mention, the snippets plugin works together with the snipmate[1] = one. [1] https://github.com/garbas/vim-snipmate