view src/gvimtutor @ 28208:92e7aeb97a55

Added tag v8.2.4629 for changeset 0090c27f26d3987ebf8564fd9d024ef44bfda52c
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Mar 2022 12:00:05 +0100
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 "$@"