view src/gvimtutor @ 4365:fe0c7437ae8b v7.3.931

updated for version 7.3.931 Problem: No completion for :xmap and :smap. (Yukihiro Nakadaira) Solution: Add the case statements. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 07 May 2013 05:18:20 +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 "$@"