view src/gvimtutor @ 29447:eb01d8edb0ae

Added tag v9.0.0065 for changeset ef4f17d97ad07474c703cf75bbf640b6f5df0794
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Jul 2022 22:00:04 +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 "$@"