view src/gvimtutor @ 22170:ac11f9fee87a

Added tag v8.2.1634 for changeset 53ed9f8a843f8ab6006a7ffec1950fa011d46789
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Sep 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 "$@"