annotate runtime/macros/maze/maze_5.78 @ 23998:0967c54ff3b2
v8.2.2541
patch 8.2.2541: popup_create() does not allow boolean for "cursorline"
Commit: https://github.com/vim/vim/commit/6bfc475f717aa0412d13163d47ff6210fa611fb5
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 21 23:12:18 2021 +0100
patch 8.2.2541: popup_create() does not allow boolean for "cursorline"
Problem: Popup_create() does not allow boolean for "cursorline".
Solution: Use dict_get_bool(). (issue https://github.com/vim/vim/issues/7869)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sun, 21 Feb 2021 23:15:03 +0100 |
parents |
3fc0f57ecb91 |
children |
|
rev |
line source |
7
|
1 ._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
|
|
2 | ._| . . ._| | |_._._. . ._|_._._._._. ._|_. ._|_._. ._| . ._|_. | . ._._. |
|
|
3 | ._|_| |_. | | | | ._._|_._|_._. . |_. | | | ._._| |_._._| | ._. ._| . . |_|
|
|
4 |_._._._. | ._|_. ._._._. | | ._. |_._. . | ._._| |_. | ._._._. |_. | |_|_| |
|
|
5 | | . |_._| . ._._._| ._._. ._._| | | |_| . | |_. . ._|_| ._._. |_._|_| . | |
|
|
6 |_._|_._._._|_._._._|_|_._._._|_._|_._._._|_._._._|_._._._|_._._._._._._|_._|
|
|
7
|
|
8 See Vim solve a maze!
|
|
9
|
|
10 type ":so maze_mac<RETURN>" to load the macros
|
|
11
|
|
12 type "g" to start
|
|
13
|
|
14 to interrupt type "<CTRL-C>"
|
|
15 to quit type ":q!<RETURN>"
|
|
16
|