view src/gvimtutor @ 19723:16aa117306ec

Added tag v8.2.0417 for changeset c94c103e7cb4ec0066c253b4eb63f4e7664a3714
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Mar 2020 18:15:05 +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 "$@"