view src/gvimtutor @ 19573:9d0db06b6ad2

Added tag v8.2.0343 for changeset 6b6e97d0185e10d135a7049ae0ec653eaea17ad7
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 18:00:04 +0100
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 "$@"