view src/gvimtutor @ 21390:00c6c02dc0b8

Added tag v8.2.1245 for changeset 6f5129b51c49d88cfbb745c9a738a8df0a1b3311
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jul 2020 16:45: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 "$@"