view src/gvimtutor @ 19763:1616cb679e62

Added tag v8.2.0437 for changeset b97112a4e3e425709ab6a65406aad76e5309af8d
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Mar 2020 22:30: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 "$@"