view src/gvimtutor @ 26397:4e084b66ddcb

Added tag v8.2.3729 for changeset f4e6431ca1466b77a5706c839a5e0597b4352770
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Dec 2021 18:45:03 +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 "$@"