view src/gvimtutor @ 8414:8c888844de9c v7.4.1498

commit https://github.com/vim/vim/commit/2588b5a43f049ddf542991050260237051caad77 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 5 23:23:02 2016 +0100 patch 7.4.1498 Problem: Error for locked item when using json_decode(). (Shougo) Solution: Initialize v_lock.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Mar 2016 23:30:04 +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 "$@"