view src/gvimtutor @ 30436:93abb8acf842

Added tag v9.0.0553 for changeset c2ef8f0f8ba1a3242753085b661fa3f76e0b03b0
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 23:15: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 "$@"