view src/gvimtutor @ 15757:9c8c31c75022

Added tag v8.1.0885 for changeset e43f30c5bad81306b45ebfeac50aeb9afee76026
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Feb 2019 11:15:13 +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 "$@"