view src/gvimtutor @ 20030:dd4098fd958c

Added tag v8.2.0570 for changeset 8fb1cf4c44d5a3aff4be508bbc4338411d1cb5ce
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Apr 2020 17:30:06 +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 "$@"