view src/gvimtutor @ 6422:9fbb9c60ab41 v7.4.541

updated for version 7.4.541 Problem: Crash when doing a range assign. Solution: Check for NULL poiter. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Sun, 07 Dec 2014 00:18:33 +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 "$@"