Mercurial > vim
view runtime/macros/life/click.me @ 25662:23f065f27d2e v8.2.3367
patch 8.2.3367: Vim9: :@r executing a register is inconsistent
Commit: https://github.com/vim/vim/commit/73170917f14d1b0d919c65fbc0a9d011b87d94da
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 22 22:44:11 2021 +0200
patch 8.2.3367: Vim9: :@r executing a register is inconsistent
Problem: Vim9: :@r executing a register is inconsistent.
Solution: Use "@r" as the start of an expression. (issue https://github.com/vim/vim/issues/8779)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 22 Aug 2021 22:45:03 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
To run the "Conway's game of life" macros: 1. Type ":so life.vim". This loads the macros. 2. Type "g" to run the macros. 3. Type CTRL-C to interrupt. 4. Type ":q!" to get out. See life.vim for more advanced usage.