view src/gvimtutor @ 9177:ee0564e3257d v7.4.1872

commit https://github.com/vim/vim/commit/c4bc0e6542185b659d2a165b635f9561549071ea Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 2 13:54:49 2016 +0200 patch 7.4.1872 Problem: Still build problem with old version of Perl. Solution: Also define SvREFCNT_inc_void_NN if needed. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Jun 2016 14:00:08 +0200
parents 4a317df16962
children d4faa2c5211b
line wrap: on
line source

#!/bin/sh

# Start GUI Vim on a copy of the tutor file.

# Usage: gvimtutor [xx]
# See vimtutor for usage.

exec `dirname $0`/vimtutor -g "$@"