From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH]: Add vim-full. Date: Fri, 14 Oct 2016 21:16:14 +0000 Message-ID: <20161014211615.5371-1-ng0@we.make.ritual.n0.is> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bv9q9-0002kJ-SV for guix-devel@gnu.org; Fri, 14 Oct 2016 17:16:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bv9q5-0001A0-LK for guix-devel@gnu.org; Fri, 14 Oct 2016 17:16:28 -0400 Received: from aibo.runbox.com ([91.220.196.211]:51067) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bv9q5-00019S-EW for guix-devel@gnu.org; Fri, 14 Oct 2016 17:16:25 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bv9q0-0002OR-SF for guix-devel@gnu.org; Fri, 14 Oct 2016 23:16:20 +0200 Received: from xd9bb98da.dyn.telefonica.de ([217.187.152.218] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1bv9pz-0001SD-Ea for guix-devel@gnu.org; Fri, 14 Oct 2016 23:16:19 +0200 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org [PATCH] gnu: Add vim-full. This patch adds a variant of vim which includes most if not all optional features. These can not be moved into separate outputs. VIM is actually version 8.0.0002, so I added patches sequentially up to 8.0.0005 to solve this https://github.com/vim/vim/issues/1070#issuecomment-247141940 bug, tests succeed now while they failed with vim 8.0.0002 (release we package with vim). This patch makes the previous send 'add ruby' obsolete.