view src/gvimtutor @ 13363:2103b009e32d v8.0.1555

patch 8.0.1555: build error for some combination of features commit https://github.com/vim/vim/commit/77780b66f4c5573df999a7319d77a852ea4ca837 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 1 23:10:45 2018 +0100 patch 8.0.1555: build error for some combination of features Problem: Build error for some combination of features. Solution: Declare variable in more situations.
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Mar 2018 23:15:06 +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 "$@"