From owner-svn-ports-all@freebsd.org Sat Jun 15 19:45:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FF4615CE751; Sat, 15 Jun 2019 19:45:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03FD689AE2; Sat, 15 Jun 2019 19:45:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E9B06E1D5; Sat, 15 Jun 2019 19:45:17 +0000 (UTC) Date: Sat, 15 Jun 2019 19:45:17 +0000 From: Alexey Dokuchaev To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r504132 - head/security/vuxml Message-ID: <20190615194517.GA74978@FreeBSD.org> References: <201906131841.x5DIfuSb069885@repo.freebsd.org> <20190615151247.GA24087@FreeBSD.org> <20190615184227.GA14704@FreeBSD.org> <20190615193252.GA60107@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190615193252.GA60107@FreeBSD.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 03FD689AE2 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jun 2019 19:45:18 -0000 On Sat, Jun 15, 2019 at 07:32:52PM +0000, Alexey Dokuchaev wrote: > ... > I personally prefer to :set ts=4 manually, but I understand it can be > a handy feature for others. Then again, it should not be hard to show > users how to enable it if they wish, e.g. by placing a very visible > comment in the etc/vim/vimrc or via port's pkg-message. > > I don't a strong opinion here, let's hear what others have to say. Actually, the right way is to enable modelines, but disable :source (with ! modifier for running arbitrary commands) and execute()/assert_fails(). It's just plain wrong that in order to protect oneself from :!uname -a||" vi:fen:fdm=expr:fde=assert_fails("source\!\ \%"):fdl=0:fdt=" one must disable innocent ex:ts=4. I hope that Vim folks would make it more granular than just yes or no to all modelines. ./danfe