commit | 007f9d6ed597bd212acb95be9d0767c97d2a1438 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 06 23:04:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 06 23:04:49 2020 +0200 |
tree | b3a0391bd37c5251c457a3e199d9a772f2ebc80d | |
parent | cbb6bdcd8967edc8ad123746d27ec30ccc7c1718 [diff] [blame] |
patch 8.2.1149: Vim9: :eval command not handled properly Problem: Vim9: :eval command not handled properly. Solution: Compile the :eval command. (closes #6408)
diff --git a/src/version.c b/src/version.c index 867eaf5..3c8b143 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1149, +/**/ 1148, /**/ 1147,