Mercurial > vim
view runtime/macros/life/click.me @ 6108:589fd07888ab v7.4.392
updated for version 7.4.392
Problem: Not easy to detect type of command line window.
Solution: Add the getcmdwintype() function. (Jacob Niehus)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 06 Aug 2014 13:36:59 +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.