view src/gvimtutor @ 10248:add2fae6e54b

Added tag v8.0.0021 for changeset d54d4a258b96e1aee8053ddad31a3b1f26749dbd
author Christian Brabandt <cb@256bit.org>
date Sun, 02 Oct 2016 23: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 "$@"