view src/gvimtutor @ 23149:e427a5961456

Added tag v8.2.2120 for changeset 4637f7a4c7532e377289dab66718e4ebde3c29c3
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Dec 2020 16:15:04 +0100
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 "$@"