view src/gvimtutor @ 26349:2ee2e3e3097a

Added tag v8.2.3705 for changeset bf1a7ce3f14a05abdc334000dbb1aa8ffb12840f
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Nov 2021 19:30: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 "$@"