view src/gvimtutor @ 18127:3a7a8ae0864f

Added tag v8.1.2058 for changeset f89e2e720b5befe7d1452a01de31d07f18737a70
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Sep 2019 23:30: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 "$@"