view src/gvimtutor @ 4076:7061704c2014 v7.3.792

updated for version 7.3.792 Problem: ":substitute" works differently without confirmation. Solution: Do not change the text when asking for confirmation, only display it.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 16:30:26 +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 "$@"