view src/gvimtutor @ 15425:f96431b33513

Added tag v8.1.0720 for changeset 90c8ff9c19ee64f8a3e457f4585410cf018f6f7e
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 15: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 "$@"