view src/gvimtutor @ 24465:10508ba73a4b

Added tag v8.2.2772 for changeset a56f9c2ba51c8d7cac97043a879c82b1c60d40b7
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Apr 2021 20:00: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 "$@"