view src/gvimtutor @ 26190:082bef51c932

Added tag v8.2.3626 for changeset 36a1a04fcd9fd078c1b67c0a62a6b5431c162940
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Nov 2021 11:45: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 "$@"