commit | 47e7d70b58e8bfc1daaf6d35569ef2dbd0339ddc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 18:18:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 18:18:42 2020 +0200 |
tree | da0ee0e0f993d52a0c9761c614aa6686798a4bd4 | |
parent | 846178a72ca0860073d47fc0dc95f98d15f1d921 [diff] [blame] |
patch 8.2.1137: Vim9: modifiers not cleared after compiling function Problem: Vim9: modifiers not cleared after compiling function. Solution: Clear command modifiers. (closes #6396)
diff --git a/src/version.c b/src/version.c index 23a9434..b6ed058 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1137, +/**/ 1136, /**/ 1135,