view src/gvimtutor @ 5724:2aa909427e44 v7.4.207

updated for version 7.4.207 Problem: The cursor report sequence is sometimes not recognized and results in entering replace mode. Solution: Also check for the cursor report when not asked for.
author Bram Moolenaar <bram@vim.org>
date Wed, 19 Mar 2014 14:01:57 +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 "$@"