view src/gvimtutor @ 15088:4460aef12c69

Added tag v8.1.0554 for changeset 6a74cde862522568162ee9f0b5526561dc4ca0fb
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Dec 2018 12:00:08 +0100
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 "$@"