view src/gvimtutor @ 20981:6e0166b4443d

Added tag v8.2.1041 for changeset a51ce93f3e6cbd3ada4fc8fb6e12f52467380028
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Jun 2020 22:15: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 "$@"