view src/gvimtutor @ 29512:2f9709d835ac

Added tag v9.0.0097 for changeset 3778f9415b921bb022c38df1a11f4c0818bdb72a
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Jul 2022 13:00:09 +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 "$@"