view runtime/macros/life/click.me @ 32476:2dd215ad5fc2

Added tag v9.0.1569 for changeset a44d7e4ac1c0831651f555045a0983d0633f2b48
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 May 2023 20:15:05 +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.