view src/gvimtutor @ 21509:00a2e4d3fc38

Added tag v8.2.1304 for changeset 6b2a5418cbc3b357c54049dbecabd18713e9d5b0
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Jul 2020 20:00:05 +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 "$@"