view src/gvimtutor @ 16392:2c0a4e3a41e8

Added tag v8.1.1200 for changeset 3fc956fc63b6570e957c56dd856230877534e5bf
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Apr 2019 18: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 "$@"