view src/gvimtutor @ 7309:c412b0922c27 v7.4.960

commit https://github.com/vim/vim/commit/90f5d0a5c3bbfeefcbc4d6eac59cf225ec714b28 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 22:37:21 2015 +0100 patch 7.4.960 Problem: Detecting every version of nmake is clumsy. Solution: Use a tiny C program to get the version of _MSC_VER. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Dec 2015 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 "$@"