annotate runtime/macros/maze/maze_5.78 @ 30265:8507a5b2c031
v9.0.0468
patch 9.0.0468: exectution stack underflow without the +eval feature
Commit: https://github.com/vim/vim/commit/aeef1f7f6d8f6d4e84ffc9a24874f10403e4ddcd
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Sep 15 12:20:18 2022 +0100
patch 9.0.0468: exectution stack underflow without the +eval feature
Problem: Exectution stack underflow without the +eval feature. (Dominique
Pell?)
Solution: Add to execution stack without FEAT_EVAL. (closes #11135)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Thu, 15 Sep 2022 13:30:05 +0200 |
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
|