Mercurial > vim
view runtime/macros/life/click.me @ 12698:6d3d64be7945 v8.0.1227
patch 8.0.1227: undefined left shift in readfile()
commit https://github.com/vim/vim/commit/dc1c98129484e7879bc6dbf38e523beb730988b6
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Oct 27 22:15:24 2017 +0200
patch 8.0.1227: undefined left shift in readfile()
Problem: Undefined left shift in readfile(). (Brian 'geeknik' Carpenter)
Solution: Add cast to unsigned. (Dominique Pelle, closes https://github.com/vim/vim/issues/2253)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 27 Oct 2017 22:30:06 +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.