commit | 93ad14710bdf77591f927a2b244bba6a8cbc7706 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 19 22:02:41 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 19 22:02:41 2020 +0200 |
tree | 5ced213c9f68c5115b1e09119772989c515d6573 | |
parent | 191929b182ba38abe6bc431fb9d8d9507f408903 [diff] [blame] |
patch 8.2.1490: Vim9: using /= with float and number doesn't work Problem: Vim9: using /= with float and number doesn't work. Solution: Better support assignment with operator. (closes #6742)
diff --git a/src/version.c b/src/version.c index b281a47..8205b4d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1490, +/**/ 1489, /**/ 1488,