view src/gvimtutor @ 24394:5858745d393a v8.2.2737

patch 8.2.2737: status line not updated when local 'statusline' option set Commit: https://github.com/vim/vim/commit/d8db8383926cb8729417d9515cbfaf455dbbd8d1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 8 18:27:53 2021 +0200 patch 8.2.2737: status line not updated when local 'statusline' option set Problem: Status line not updated when local 'statusline' option set. Solution: Check the 'statusline' option of each window.
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Apr 2021 18:30: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 "$@"