view src/gvimtutor @ 25111:21bf9393bbb7

Added tag v8.2.3092 for changeset e38a406ccc463a08927752a58dd8bf5ad5e5d47a
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Jul 2021 19:30:04 +0200
parents 4a317df16962
children d4faa2c5211b
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 "$@"