view src/gvimtutor @ 20863:69cd83562725 v8.2.0983

patch 8.2.0983: SConstruct file type not recognized Commit: https://github.com/vim/vim/commit/ad72350360d1a68d251da62a6e8610950926278c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 15 20:24:58 2020 +0200 patch 8.2.0983: SConstruct file type not recognized Problem: SConstruct file type not recognized. Solution: Use python for SConstruct files. (Roland Hieber)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Jun 2020 20:30: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 "$@"