view src/gvimtutor @ 17303:40f564b561b7

Added tag v8.1.1650 for changeset e0d72787275806303caf7785eb72e0fa4f402f4c
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Jul 2019 20:15:07 +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 "$@"