view src/gvimtutor @ 15090:a5a7fa34aa88

Added tag v8.1.0555 for changeset e428882d6ffb9f4ba9bf4759a72d000a8f01fb4a
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Dec 2018 13:15: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 "$@"