view src/gvimtutor @ 23014:74677f39e8da

Added tag v8.2.2053 for changeset a0a998d2e443648f87f9c97146d78222cc24ef17
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Nov 2020 21:45: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 "$@"