comparison src/version.c @ 26745:dcd1c244e332 v8.2.3901

patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script Commit: https://github.com/vim/vim/commit/71eb3ad5790ef3d16369e2fceb040980d75539cf Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 26 12:07:30 2021 +0000 patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script Problem: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script. Solution: Do not restore 'cpo' at the end of the main .vimrc.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Dec 2021 13:15:03 +0100
parents c2c40cefc17b
children a8a4e1e7b111
comparison
equal deleted inserted replaced
26744:87a61ed592e6 26745:dcd1c244e332
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3901,
752 /**/ 754 /**/
753 3900, 755 3900,
754 /**/ 756 /**/
755 3899, 757 3899,
756 /**/ 758 /**/