commit | 3e1916947d5b29f67af554ce3b874b03a84c9093 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 17:46:00 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 17:46:00 2021 +0100 |
tree | f50f78498892b8d04b3d37334c26ad070c5a03ef | |
parent | a4c81bea38d1f3e372a4191ab0bd7d664cba1428 [diff] [blame] |
patch 8.2.2616: Vim9: if 'cpo' is change in Vim9 script it may be restored Problem: Vim9: if 'cpo' is change in Vim9 script it may be restored. Solution: Apply the changes to 'cpo' to the restored value.
diff --git a/src/version.c b/src/version.c index 425dfaa..a92db82 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2616, +/**/ 2615, /**/ 2614,