view src/gvimtutor @ 19622:684f747f0568

Added tag v8.2.0367 for changeset 0d677257e35d206ba8a376289543ce2c599e5c64
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Mar 2020 16:45: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 "$@"