view src/gvimtutor @ 4446:8d6bb2338a58 v7.3.971

updated for version 7.3.971 Problem: No support for VS2012 static code analysis. Solution: Add the ANALYZE option. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Sun, 19 May 2013 21:03:54 +0200
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 "$@"