view src/gvimtutor @ 7404:fb61ce5915fc v7.4.1006

commit https://github.com/vim/vim/commit/96c664af27ec9535f2c3cd9b889faad3e9460ad6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 31 16:21:52 2015 +0100 patch 7.4.1006 Problem: The fix in patch 7.3.192 is not tested. Solution: Add a test, one for each regexp engine. (Elias Diem)
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Dec 2015 16:30: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 "$@"