diff options
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 4c7e5ca46..29832f022 100644 --- a/runtime/macros/life/life.vim +++ b/runtime/macros/life/life.vim @@ -108,8 +108,9 @@ map ,o oPut 'X's in the left box, then hit 'C' or 'R' map ,R 03stop " " Write a new line (used by 'I'nitialize board) +" In remembrance of John Conway, 26 December 1937 – 11 April 2020. map )0 o- --....................--....................- -map )1 o- VIM --....................--....................- +map )1 o- JOHN CONWAY --....................--....................- map )2 o- LIVES --....................--....................- " " |