commit | 71eb3ad5790ef3d16369e2fceb040980d75539cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 26 12:07:30 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 26 12:07:30 2021 +0000 |
tree | c24a97c4c6a2de224fcebafd5cc9a34b205e9748 | |
parent | 8bb65f230d3025037f34021a72616038da0601ee [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 1ada856..9a5ef2c 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3901, +/**/ 3900, /**/ 3899,