view src/gvimtutor @ 27361:73508f35e8ab

Added tag v8.2.4208 for changeset dfaba853a792a571a0a58ac8a7f956aa6ceaf97b
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 21:15:04 +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 "$@"