view src/gvimtutor @ 17333:65c1e105c8ab

Added tag v8.1.1665 for changeset 61f0bf94ef925af83ebd85967de7d76b47b41390
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Jul 2019 16:15: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 "$@"