view src/gvimtutor @ 16323:b8fcb5017058

Added tag v8.1.1166 for changeset eb2fd769175f9681790192ceea2d4a35efc43948
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Apr 2019 20:45:05 +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 "$@"