view src/gvimtutor @ 12810:e0dea10b30b6 v8.0.1282

patch 8.0.1282: script-local variable defined in the wrong script commit https://github.com/vim/vim/commit/cef7322d8a902b4655ed861489c4e798672074f0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 9 21:05:31 2017 +0100 patch 8.0.1282: script-local variable defined in the wrong script Problem: script-local variable defined in the wrong script Solution: Move variable to autoload/filetype.vim.
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Nov 2017 21:15:04 +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 "$@"