view src/gvimtutor @ 14183:20dbc221dd3c v8.1.0109

patch 8.1.0109: new po makefile missing from distribution commit https://github.com/vim/vim/commit/7cb6eecd32b0b51bd0a25df968386d0b09379afa Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 24 15:56:24 2018 +0200 patch 8.1.0109: new po makefile missing from distribution Problem: New po makefile missing from distribution. Solution: Add it to the file list.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 16:00:08 +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 "$@"