view src/gvimtutor @ 13804:8a35543f5f97 v8.0.1774

patch 8.0.1774: reading very long lines can be slow commit https://github.com/vim/vim/commit/13d3b05ed2cf9a54b18b4e8236f0af2c5386200c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 29 13:34:47 2018 +0200 patch 8.0.1774: reading very long lines can be slow Problem: Reading very long lines can be slow. Solution: Read up to 1 Mbyte at a time to avoid a lot of copying. Add a check for going over the column limit.
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Apr 2018 13:45:04 +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 "$@"