From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 17:03:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 494CE687; Sun, 9 Feb 2014 17:03:14 +0000 (UTC) Received: from mail-yh0-x22b.google.com (mail-yh0-x22b.google.com [IPv6:2607:f8b0:4002:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD7D0152A; Sun, 9 Feb 2014 17:03:13 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id z6so4223750yhz.2 for ; Sun, 09 Feb 2014 09:03:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=BDz0ETkqgFv9sRpCCafqnon/zpjY0shqKxee+7ZmvLI=; b=wqCkyrq0heAZI9S0Id2fvu9p1qN1G5dm/b7tlhySa3qhBtZ3Ohgp8nH7epJ1QFbP6Z eEtttt50saLV3/V1fkZgeI3xjvOmDOK0jJXGhNxn/lztlrtzNX8qW8a84AUQiaQ1nSEq Y0/U6csqmLeVVfzp7nNuVfaDdH7JQvyJCFZasaCNT9GejKJIar/eHjA+Mg+CMMUgHjYd 3zNu8dZh3+UCTojYdxDyiRwnK1hXakIsBT2iLG4FAUQBJY1CoxI8jFHSejiblxruuXdo mvxfjoYef9XQaMl7gp+hwWDAnHvYUoTQtVMbZeRY+61qPJwdYg1JB1yZ/EoRjKLQgXJ+ 8+BA== MIME-Version: 1.0 X-Received: by 10.236.230.3 with SMTP id i3mr23421770yhq.13.1391965392952; Sun, 09 Feb 2014 09:03:12 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.81.4 with HTTP; Sun, 9 Feb 2014 09:03:12 -0800 (PST) In-Reply-To: <201402091659.s19GxG9n020102@svn.freebsd.org> References: <201402091659.s19GxG9n020102@svn.freebsd.org> Date: Sun, 9 Feb 2014 18:03:12 +0100 X-Google-Sender-Auth: 1O0S-tN_COzCX_04_i0hzBaVKAU Message-ID: Subject: Re: svn commit: r343523 - head/editors/vim From: Antoine Brodin To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 17:03:14 -0000 On Sun, Feb 9, 2014 at 5:59 PM, Sunpoet Po-Chuan Hsieh wrote: > Log: > - Fix manpage installation > > PR: ports/186589 > Submitted by: Kevin Zheng > Pointyhat to: miwi Hi, Actually you deserve the pointyhat since there's been man pages leftovers in vim for more than 2 months.. Cheers, Antoine