view src/gvimtutor @ 12509:1fd4594eb74a

Missing part of 8.0.1131. commit https://github.com/vim/vim/commit/8b21de33bb288738c1445bc7241d3d5106124d66 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 22 11:13:52 2017 +0200 Missing part of 8.0.1131.
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Sep 2017 11:15:04 +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 "$@"