view src/gvimtutor @ 30386:6b3861875cd4

Added tag v9.0.0528 for changeset 54dda39c5bb3471f80fdf4052548f266b9067b60
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 13:00:03 +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 "$@"