view runtime/macros/life/click.me @ 2176:dd87ce87e0cc vim73

Remove outdated line from top Makefile.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 May 2010 15:15:27 +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.