view src/gvimtutor @ 32215:4b6c544c41f6

Added tag v9.0.1438 for changeset a4dafbd8b7d5d49a172a71e5553fa20837456a09
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Apr 2023 21:30:07 +0200
parents d4faa2c5211b
children
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 "$@"