view src/gvimtutor @ 11256:17ba19406c50 v8.0.0514

patch 8.0.0514: script for creating cmdidxs can be improved commit https://github.com/vim/vim/commit/980128c369451450743bdb90a67588fa72ec4b07 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 26 21:46:28 2017 +0200 patch 8.0.0514: script for creating cmdidxs can be improved Problem: Script for creating cmdidxs can be improved. Solution: Count skipped lines instead of collecting the lines. Add "const". (Dominique Pelle, closes #1594)
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Mar 2017 22:00:05 +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 "$@"