view src/gvimtutor @ 26150:a30eb3aca5a9

Added tag v8.2.3606 for changeset b5f535645258ab87d160b42f42a3609ea26ea47a
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Nov 2021 20:30:07 +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 "$@"