view src/gvimtutor @ 21243:671bfdceb417

Added tag v8.2.1172 for changeset c2fbac867d9c37c32c18491f06438270cb45cac6
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Jul 2020 20:45:05 +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 "$@"