view src/gvimtutor @ 28036:3167a59d5fc2

Added tag v8.2.4542 for changeset 9f8535cf6f1b464ba03010f80fb48b71fd02e76a
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Mar 2022 23:00:04 +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 "$@"