view src/gvimtutor @ 20771:8aa004f7e48f

Added tag v8.2.0937 for changeset b366a0fe8296909b1be3bcf04468d7c63120d6c2
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Jun 2020 17:45:04 +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 "$@"