view src/gvimtutor @ 20248:76dfee7b1c1c

Added tag v8.2.0679 for changeset e46e72aaff74a44210a1aec5bfeeaaa4a6fc3a73
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 May 2020 18:00: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 "$@"