view src/gvimtutor @ 22110:81c3f5c5f4f4

Added tag v8.2.1604 for changeset 3785043f87681a0933dfd883b2547bbb9d605ff1
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 18:45: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 "$@"