commit | 2dd0a2c39a3b3fbffc94d0676e472c78d02ebdbd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 15:10:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 15:10:27 2020 +0200 |
tree | 3ed7fc3e3c3992ff3cb8d2fade3de7c2213605ff | |
parent | b7f4fa517793b0fe1a4895781b4cba451d60d7c2 [diff] [blame] |
patch 8.2.1394: Vim9: compiling a function interferes with command modifiers Problem: Vim9: compiling a function interferes with command modifiers. Solution: Save and restore command modifiers. (closes #6658)
diff --git a/src/version.c b/src/version.c index 2febed6..17ed09b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1394, +/**/ 1393, /**/ 1392,