view src/gvimtutor @ 8142:71aabce3142e v7.4.1365

commit https://github.com/vim/vim/commit/befb366affa6309c6b4a469ec7f729821e3a36fa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 14:41:40 2016 +0100 patch 7.4.1365 Problem: Cannot execute a single test function. Solution: Add an argument to filter the functions with. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 14:45: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 "$@"