view src/gvimtutor @ 17058:432352da4fa2

Added tag v8.1.1528 for changeset 294b409ce7e37dabce509912dd30216e75b1b33f
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Jun 2019 20:15:07 +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 "$@"