summaryrefslogtreecommitdiff
path: root/runtime/macros
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-20 19:52:53 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-20 19:52:53 +0200
commit2c7f8c574f1f8723d59adca3fec8fb89c41cf8c9 (patch)
treec6ab196227058f59ad6f4cf0dbe1e782b7b715e6 /runtime/macros
parent2c5ed4e3300378ce76c8d9c3818d6f73e5119f68 (diff)
downloadvim-git-2c7f8c574f1f8723d59adca3fec8fb89c41cf8c9.tar.gz
Update runtime files
Diffstat (limited to 'runtime/macros')
-rw-r--r--runtime/macros/life/life.vim3
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 --....................--....................-
"
"