diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 20:19:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 20:19:36 +0000 |
commit | f233048a129fa7a3b89e064078435181d6421da5 (patch) | |
tree | 750527cb322fe9ba1559b81da60f2bee923c83cd /runtime/macros | |
parent | 176dd1e03c7e5f23e633705da2c8718d3cd320e1 (diff) | |
download | vim-git-f233048a129fa7a3b89e064078435181d6421da5.tar.gz |
updated for version 7.2a
Diffstat (limited to 'runtime/macros')
-rw-r--r-- | runtime/macros/life/life.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/macros/life/life.vim b/runtime/macros/life/life.vim index adf4e2081..552a49301 100644 --- a/runtime/macros/life/life.vim +++ b/runtime/macros/life/life.vim @@ -1,6 +1,7 @@ " Macros to play Conway's Game of Life in vi " Version 1.0m: edges wrap -" by Eli-the-Bearded (eli@netusa.net), Sept 1996 +" by Eli-the-Bearded Benjamin Elijah Griffin <vim@eli.users.panix.com> +" Sept 1996 " This file may be free distributed so long as these credits remain unchanged. " " Modified by Bram Moolenaar (Bram@vim.org), 1996 Sept 10 |