view src/gvimtutor @ 19420:0e875bece7ac

Added tag v8.2.0267 for changeset c6c9d91d82900e541592dbc0a9c9a4f7ea9f25dd
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Feb 2020 19:45:04 +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 "$@"