annotate runtime/macros/maze/maze_5.78 @ 23513:872239543313
v8.2.2299
patch 8.2.2299: Vim9: invalid memory access making error message flaky
Commit: https://github.com/vim/vim/commit/d1510ee9469f623c872a18b6e3c3666c0fb23c58
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 4 16:15:58 2021 +0100
patch 8.2.2299: Vim9: invalid memory access making error message flaky
Problem: Vim9: invalid memory access making error message flaky.
Solution: Do not check cmd_argt for CMD_USER. (issue https://github.com/vim/vim/issues/7467)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Mon, 04 Jan 2021 16:30: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
|