view src/gvimtutor @ 15204:e4d63834f866

Added tag v8.1.0611 for changeset aa877e0b7f626362fa94eee49a42acc16a42e4dd
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Dec 2018 21: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 "$@"