comparison src/version.c @ 26228:269ecc6d69bc v8.2.3645

patch 8.2.3645: Vim9: The "no effect" error is not given for all registers Commit: https://github.com/vim/vim/commit/7d5b8becc342e49e491053ea842e59f82d072001 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 22 15:05:46 2021 +0000 patch 8.2.3645: Vim9: The "no effect" error is not given for all registers Problem: Vim9: The "no effect" error is not given for all registers. Solution: Include any character following '@'. (closes https://github.com/vim/vim/issues/8779)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 16:15:04 +0100
parents 9a8e9383e4cd
children 8b8470b511f5
comparison
equal deleted inserted replaced
26227:906c904cbe90 26228:269ecc6d69bc
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3645,
760 /**/ 762 /**/
761 3644, 763 3644,
762 /**/ 764 /**/
763 3643, 765 3643,
764 /**/ 766 /**/