comparison src/version.c @ 21612:c495d3e30f4b v8.2.1356

patch 8.2.1356: Vim9: cannot get the percent register Commit: https://github.com/vim/vim/commit/7226e5b19bd6e081043cbcc32541ef72bbdf667d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 2 17:33:26 2020 +0200 patch 8.2.1356: Vim9: cannot get the percent register Problem: Vim9: cannot get the percent register. Solution: Check for readable registers instead of writable. (closes https://github.com/vim/vim/issues/6566)
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Aug 2020 17:45:03 +0200
parents 586241ee8096
children d0128ecd4341
comparison
equal deleted inserted replaced
21611:4bc6d27d7c73 21612:c495d3e30f4b
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1356,
757 /**/ 759 /**/
758 1355, 760 1355,
759 /**/ 761 /**/
760 1354, 762 1354,
761 /**/ 763 /**/