view src/gvimtutor @ 7990:75de22db840d v7.4.1290

commit https://github.com/vim/vim/commit/ee5aeae22b8029fdb5ae97bb6ed8114a81e34c22 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 22:30:47 2016 +0100 patch 7.4.1290 Problem: Coverity complains about uneccessary check for NULL. Solution: Remove the check.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 22: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 "$@"