view src/gvimtutor @ 4825:208a6c04e6b8 v7.3.1159

updated for version 7.3.1159 Problem: The round() function is not always available. (Christ van Willegen) Solution: Use the solution from f_round().
author Bram Moolenaar <bram@vim.org>
date Mon, 10 Jun 2013 20:10:44 +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 "$@"