commit | 9ec7026f24e9ac51654300e32afd2b7540cab5f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 17:16:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 17:16:59 2020 +0100 |
tree | d62d3be5ade6a9957a09ef66e88a37e970552de3 | |
parent | a7a691cc142439e266f4ceb1f208bb952b57aa71 [diff] [blame] |
patch 8.2.2122: Vim9: crash when sourcing vim9script early Problem: Vim9: crash when sourcing vim9script early. Solution: Use set_option_value() instead of setting p_cpo directly. (closes #7441)
diff --git a/src/version.c b/src/version.c index 9bb587d..8eec20e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2122, +/**/ 2121, /**/ 2120,