view src/gvimtutor @ 25862:6776d3fbf13b v8.2.3465

patch 8.2.3465: cannot detect insert scroll mode Commit: https://github.com/vim/vim/commit/27fef59dd1dd75f50c366f7f616ffa4451560452 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Oct 3 12:01:27 2021 +0100 patch 8.2.3465: cannot detect insert scroll mode Problem: Cannot detect insert scroll mode. Solution: Add "scroll" to complete_info(). (closes https://github.com/vim/vim/issues/8943)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Oct 2021 13:15:04 +0200
parents d4faa2c5211b
children
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 "$@"