commit | f4e2099e39ed4d71aed0f9a9579455aed5ec6cc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 19:59:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 19:59:08 2020 +0100 |
tree | 40a384257e29f443c46bbaa19fb88a8eb5441b05 | |
parent | a3d10a508c404a32485adc86284725e0bdc5b602 [diff] [blame] |
patch 8.2.2182: Vim9: value of 'magic' is still relevant Problem: Vim9: value of 'magic' is still relevant. Solution: Always behave like 'magic' is on in Vim9 script (closes #7509)
diff --git a/src/version.c b/src/version.c index 04951e4..41040af 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2182, +/**/ 2181, /**/ 2180,