view src/gvimtutor @ 29184:2e561df4e8ba

Added tag v8.2.5111 for changeset 8f6b850bb8c3f9d57d43949c0300b0a8cab82637
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Jun 2022 16:00: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 "$@"