view src/gvimtutor @ 27479:0344e3e12b26

Added tag v8.2.4267 for changeset ce352871b382f28838eb3088773d2a085e08d9c7
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 12: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 "$@"