view src/gvimtutor @ 14274:6e90639a4455 v8.1.0153

patch 8.1.0153: build with SHADOWDIR fails commit https://github.com/vim/vim/commit/e85ce6ea2e09fe4d61c94e34e9e437c3c1f20b6e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 5 17:11:24 2018 +0200 patch 8.1.0153: build with SHADOWDIR fails Problem: Build with SHADOWDIR fails. (Elimar Riesebieter) Solution: Create a link for Make_all.mak. (Tony Mechelynck)
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Jul 2018 17:15:06 +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 "$@"