comparison src/version.c @ 17952:4754339d9aee v8.1.1972

patch 8.1.1972: no proper test for getchar() Commit: https://github.com/vim/vim/commit/5d712e4672c6c8cf7f35cfb7d8eb7e8aa24062ac Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 3 23:37:01 2019 +0200 patch 8.1.1972: no proper test for getchar() Problem: No proper test for getchar(). Solution: Add a test with special characters.
author Bram Moolenaar <Bram@vim.org>
date Tue, 03 Sep 2019 23:45:04 +0200
parents bb0e25a8b5d7
children 3bcd05fc2d56
comparison
equal deleted inserted replaced
17951:d340eabb6705 17952:4754339d9aee
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1972,
764 /**/ 766 /**/
765 1971, 767 1971,
766 /**/ 768 /**/
767 1970, 769 1970,
768 /**/ 770 /**/